#BCBF73

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

Shades of Pine Glade #BCBF73

Tints of Pine Glade #BCBF73

Color information

#BCBF73 (or 0xBCBF73) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 73. RGB value is (188,191,115). Sum of RGB (Red+Green+Blue) = 188+191+115=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF73 is #43408C. Grayscale: #B5B5B5. Windows color (decimal): -4407437 or 7585724. OLE color: 7585724.

HSL color Cylindrical-coordinate representation of color #BCBF73: hue angle of 62.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCBF73 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB188191115-
CMYK0.0200.400.25
HSL62.37º37.25%60%-
HSV(B)62.37º39.79%74.9%-
XYZ42.4649.1923.48-
YUV181.4490.51132.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=38.06%
G=38.66%
B=23.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911150.0200.400.2562.3737.2560
HexBCBF732028193e253c
Octal274277163205031764574
Binary1011110010111111111001110010100011001111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF73; }

 p { color: rgb(188,191,115); }

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

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

 a { background-color: rgb(188,191,115); }

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

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

 span { border-color: rgb(188,191,115); }

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