Html Css Color HEX #BFC988 Pine Glade

📋 copy color: '#BFC988'

red 191 ◦ green 201 ◦ blue 136

#BFC988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BFC988

Tints of Pine Glade #BFC988

RGB

 RED value IS 191 (75% from 255) = 36.17%

 GREEN value IS 201 (78.91% from 255) = 38.07%

 BLUE value IS 136 (53.52% from 255) = 25.76%

R = 36.17%
G = 38.07%
B = 25.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFC988 (or 0xBFC988) is known color: Pine Glade. HEX triplet: BF, C9 and 88. RGB value is (191,201,136). Sum of RGB (Red+Green+Blue) = 191+201+136=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC988 is #403677. Grayscale: #BEBEBE. Windows color (decimal): -4208248 or 8964543. OLE color: 8964543.

HSL color Cylindrical-coordinate representation of color #BFC988: hue angle of 69.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC988 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 136 -
CMYK 0.05 0 0.32 0.21
HSL 69.23º 0.38% 0.66% -
HSV(B) 69.23º 0.32% 0.79% -
XYZ 46.82 54.63 31.37 -
YUV 190.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 191 201 136 0.05 0 0.32 0.21 69.23 0.38 0.66
Hex BF C9 88 5 0 20 15 45 26 42
Octal 277 311 210 5 0 40 25 105 46 102
Binary 10111111 11001001 10001000 101 0 100000 10101 1000101 100110 1000010

Color Harmonies of #BFC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC988

Black with #BFC988

Text Example


Text Example

White with #BFC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC988; }

 p { color: rgb(191,201,136); }

 H1.HeaderClassName
 {
   color: #BFC988;
 }
 .AnyTagClassName
 {
   color: #BFC988;
 }
</style>

background-color css

<style>
 a { background-color: #BFC988; }

 a { background-color: rgb(191,201,136); }

 div.DivClassName
 {
   background-color: #BFC988;
 }
 .BgClassName
 {
   background-color: #BFC988;
 }
</style>

border-color css

<style>
 span { border-color: #BFC988; }

 span { border-color: rgb(191,201,136); }

 td.TdClassName
 {
   border-color: #BFC988;
 }
 .TagClassName
 {
   border-color: #BFC988;
 }
</style>