#B5BC82

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

Shades of Pine Glade #B5BC82

Tints of Pine Glade #B5BC82

Color information

#B5BC82 (or 0xB5BC82) is unknown color: approx Pine Glade. HEX triplet: B5, BC and 82. RGB value is (181,188,130). Sum of RGB (Red+Green+Blue) = 181+188+130=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC82 is #4A437D. Grayscale: #B3B3B3. Windows color (decimal): -4866942 or 8567989. OLE color: 8567989.

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

Color convert

RGB181188130-
CMYK0.0400.310.26
HSL67.24º30.21%62.35%-
HSV(B)67.24º30.85%73.73%-
XYZ41.0747.428.1-
YUV179.3100.18129.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=36.27%
G=37.68%
B=26.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881300.0400.310.2667.2430.2162.35
HexB5BC82401F1A431e3e
Octal2652742024037321033676
Binary10110101101111001000001010001111111010100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC82; }

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

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

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

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

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

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

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

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