#BCBD80

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

Shades of Pine Glade #BCBD80

Tints of Pine Glade #BCBD80

Color information

#BCBD80 (or 0xBCBD80) is unknown color: approx Pine Glade. HEX triplet: BC, BD and 80. RGB value is (188,189,128). Sum of RGB (Red+Green+Blue) = 188+189+128=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD80 is #43427F. Grayscale: #B5B5B5. Windows color (decimal): -4407936 or 8437180. OLE color: 8437180.

HSL color Cylindrical-coordinate representation of color #BCBD80: hue angle of 60.98º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCBD80 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188189128-
CMYK0.0100.320.26
HSL60.98º31.61%62.16%-
HSV(B)60.98º32.28%74.12%-
XYZ42.8348.6527.55-
YUV181.7597.67132.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=37.23%
G=37.43%
B=25.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891280.0100.320.2660.9831.6162.16
HexBCBD8010201A3d203e
Octal274275200104032754076
Binary1011110010111101100000001010000011010111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD80; }

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

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

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

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

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

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

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

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