#BCBF80

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

Shades of Pine Glade #BCBF80

Tints of Pine Glade #BCBF80

Color information

#BCBF80 (or 0xBCBF80) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 80. RGB value is (188,191,128). Sum of RGB (Red+Green+Blue) = 188+191+128=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF80 is #43407F. Grayscale: #B7B7B7. Windows color (decimal): -4407424 or 8437692. OLE color: 8437692.

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

Color convert

RGB188191128-
CMYK0.0200.330.25
HSL62.86º32.98%62.55%-
HSV(B)62.86º32.98%74.9%-
XYZ43.2749.5127.7-
YUV182.9297.01131.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=37.08%
G=37.67%
B=25.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911280.0200.330.2562.8632.9862.55
HexBCBF802021193f213f
Octal274277200204131774177
Binary10111100101111111000000010010000111001111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF80; }

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

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

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

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

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

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

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

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