#BCBE82

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

Shades of Pine Glade #BCBE82

Tints of Pine Glade #BCBE82

Color information

#BCBE82 (or 0xBCBE82) is unknown color: approx Pine Glade. HEX triplet: BC, BE and 82. RGB value is (188,190,130). Sum of RGB (Red+Green+Blue) = 188+190+130=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE82 is #43417D. Grayscale: #B6B6B6. Windows color (decimal): -4407678 or 8568508. OLE color: 8568508.

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

Color convert

RGB188190130-
CMYK0.0100.320.25
HSL62º31.58%62.75%-
HSV(B)62º31.58%74.51%-
XYZ43.1849.1328.33-
YUV182.5698.34131.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=37.01%
G=37.40%
B=25.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901300.0100.320.256231.5862.75
HexBCBE821020193e203f
Octal274276202104031764077
Binary1011110010111110100000101010000011001111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE82; }

 p { color: rgb(188,190,130); }

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

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

 a { background-color: rgb(188,190,130); }

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

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

 span { border-color: rgb(188,190,130); }

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