#BCBF71

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

Shades of Pine Glade #BCBF71

Tints of Pine Glade #BCBF71

Color information

#BCBF71 (or 0xBCBF71) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 71. RGB value is (188,191,113). Sum of RGB (Red+Green+Blue) = 188+191+113=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF71 is #43408E. Grayscale: #B5B5B5. Windows color (decimal): -4407439 or 7454652. OLE color: 7454652.

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

Color convert

RGB188191113-
CMYK0.0200.410.25
HSL62.31º37.86%59.61%-
HSV(B)62.31º40.84%74.9%-
XYZ42.3549.1522.88-
YUV181.2189.51132.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=38.21%
G=38.82%
B=22.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911130.0200.410.2562.3137.8659.61
HexBCBF712029193e263c
Octal274277161205131764674
Binary1011110010111111111000110010100111001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF71; }

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

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

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

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

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

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

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

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