#BCBF8A

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

Shades of Pine Glade #BCBF8A

Tints of Pine Glade #BCBF8A

Color information

#BCBF8A (or 0xBCBF8A) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 8A. RGB value is (188,191,138). Sum of RGB (Red+Green+Blue) = 188+191+138=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF8A is #434075. Grayscale: #B8B8B8. Windows color (decimal): -4407414 or 9093052. OLE color: 9093052.

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

Color convert

RGB188191138-
CMYK0.0200.280.25
HSL63.4º29.28%64.51%-
HSV(B)63.4º27.75%74.9%-
XYZ43.9649.7931.34-
YUV184.06102.01130.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=36.36%
G=36.94%
B=26.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911380.0200.280.2563.429.2864.51
HexBCBF8A201C193f1d41
Octal2742772122034317735101
Binary1011110010111111100010101001110011001111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF8A; }

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

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

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

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

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

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

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

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