#BFCB75

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

Shades of Pine Glade #BFCB75

Tints of Pine Glade #BFCB75

Color information

#BFCB75 (or 0xBFCB75) is unknown color: approx Pine Glade. HEX triplet: BF, CB and 75. RGB value is (191,203,117). Sum of RGB (Red+Green+Blue) = 191+203+117=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB75 is #40348A. Grayscale: #BDBDBD. Windows color (decimal): -4207755 or 7719871. OLE color: 7719871.

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

Color convert

RGB191203117-
CMYK0.0600.420.20
HSL68.37º45.26%62.75%-
HSV(B)68.37º42.36%79.61%-
XYZ46.0555.0725.03-
YUV189.6187.02128.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=37.38%
G=39.73%
B=22.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031170.0600.420.2068.3745.2662.75
HexBFCB75602A14442d3f
Octal2773131656052241045577
Binary101111111100101111101011100101010101001000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB75; }

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

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

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

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

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

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

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

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