#BFCB85

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

Shades of Pine Glade #BFCB85

Tints of Pine Glade #BFCB85

Color information

#BFCB85 (or 0xBFCB85) is unknown color: approx Pine Glade. HEX triplet: BF, CB and 85. RGB value is (191,203,133). Sum of RGB (Red+Green+Blue) = 191+203+133=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB85 is #40347A. Grayscale: #BFBFBF. Windows color (decimal): -4207739 or 8768447. OLE color: 8768447.

HSL color Cylindrical-coordinate representation of color #BFCB85: hue angle of 70.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCB85 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB191203133-
CMYK0.0600.340.20
HSL70.29º40.23%65.88%-
HSV(B)70.29º34.48%79.61%-
XYZ47.0855.4830.42-
YUV191.4395.02127.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=36.24%
G=38.52%
B=25.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031330.0600.340.2070.2940.2365.88
HexBFCB85602214462842
Octal27731320560422410650102
Binary10111111110010111000010111001000101010010001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB85; }

 p { color: rgb(191,203,133); }

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

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

 a { background-color: rgb(191,203,133); }

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

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

 span { border-color: rgb(191,203,133); }

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