#BCBF72

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

Shades of Pine Glade #BCBF72

Tints of Pine Glade #BCBF72

Color information

#BCBF72 (or 0xBCBF72) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 72. RGB value is (188,191,114). Sum of RGB (Red+Green+Blue) = 188+191+114=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF72 is #43408D. Grayscale: #B5B5B5. Windows color (decimal): -4407438 or 7520188. OLE color: 7520188.

HSL color Cylindrical-coordinate representation of color #BCBF72: hue angle of 62.34º degrees, saturation: 0.38, 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 #BCBF72 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB188191114-
CMYK0.0200.400.25
HSL62.34º37.56%59.8%-
HSV(B)62.34º40.31%74.9%-
XYZ42.4149.1723.17-
YUV181.3290.01132.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=38.13%
G=38.74%
B=23.12%

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
Decimal1881911140.0200.400.2562.3437.5659.8
HexBCBF722028193e263c
Octal274277162205031764674
Binary1011110010111111111001010010100011001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF72; }

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

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

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

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

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

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

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

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