#B8BC84

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

Shades of Pine Glade #B8BC84

Tints of Pine Glade #B8BC84

Color information

#B8BC84 (or 0xB8BC84) is unknown color: approx Pine Glade. HEX triplet: B8, BC and 84. RGB value is (184,188,132). Sum of RGB (Red+Green+Blue) = 184+188+132=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC84 is #47437B. Grayscale: #B4B4B4. Windows color (decimal): -4670332 or 8699064. OLE color: 8699064.

HSL color Cylindrical-coordinate representation of color #B8BC84: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8BC84 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB184188132-
CMYK0.0200.300.26
HSL64.29º29.47%62.75%-
HSV(B)64.29º29.79%73.73%-
XYZ41.9247.8228.85-
YUV180.42100.67130.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=36.51%
G=37.30%
B=26.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881320.0200.300.2664.2929.4762.75
HexB8BC84201E1A401d3f
Octal2702742042036321003577
Binary1011100010111100100001001001111011010100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC84; }

 p { color: rgb(184,188,132); }

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

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

 a { background-color: rgb(184,188,132); }

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

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

 span { border-color: rgb(184,188,132); }

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