#BFC08A

Color #BFC08A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFC08A

Tints of Pine Glade #BFC08A

Color information

#BFC08A (or 0xBFC08A) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 8A. RGB value is (191,192,138). Sum of RGB (Red+Green+Blue) = 191+192+138=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC08A is #403F75. Grayscale: #B9B9B9. Windows color (decimal): -4210550 or 9093311. OLE color: 9093311.

HSL color Cylindrical-coordinate representation of color #BFC08A: hue angle of 61.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC08A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191192138-
CMYK0.0100.280.25
HSL61.11º30%64.71%-
HSV(B)61.11º28.12%75.29%-
XYZ44.9250.6131.45-
YUV185.54101.17131.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=36.66%
G=36.85%
B=26.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921380.0100.280.2561.113064.71
HexBFC08A101C193d1e41
Octal2773002121034317536101
Binary101111111100000010001010101110011001111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC08A; }

 p { color: rgb(191,192,138); }

 H1.HeaderClassName
 {
   color: #BFC08A;
 }
 .AnyTagClassName
 {
   color: #BFC08A;
 }
</style>
background-color css

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

 a { background-color: rgb(191,192,138); }

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

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

 span { border-color: rgb(191,192,138); }

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