#BCBF84

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

Shades of Pine Glade #BCBF84

Tints of Pine Glade #BCBF84

Color information

#BCBF84 (or 0xBCBF84) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 84. RGB value is (188,191,132). Sum of RGB (Red+Green+Blue) = 188+191+132=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF84 is #43407B. Grayscale: #B7B7B7. Windows color (decimal): -4407420 or 8699836. OLE color: 8699836.

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

Color convert

RGB188191132-
CMYK0.0200.310.25
HSL63.05º31.55%63.33%-
HSV(B)63.05º30.89%74.9%-
XYZ43.5349.6229.11-
YUV183.3899.01131.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=36.79%
G=37.38%
B=25.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911320.0200.310.2563.0531.5563.33
HexBCBF84201F193f203f
Octal274277204203731774077
Binary1011110010111111100001001001111111001111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF84; }

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

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

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

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

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

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

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

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