#B8BD84

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

Shades of Pine Glade #B8BD84

Tints of Pine Glade #B8BD84

Color information

#B8BD84 (or 0xB8BD84) is unknown color: approx Pine Glade. HEX triplet: B8, BD and 84. RGB value is (184,189,132). Sum of RGB (Red+Green+Blue) = 184+189+132=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD84 is #47427B. Grayscale: #B5B5B5. Windows color (decimal): -4670076 or 8699320. OLE color: 8699320.

HSL color Cylindrical-coordinate representation of color #B8BD84: hue angle of 65.26º degrees, saturation: 0.3, 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 #B8BD84 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB184189132-
CMYK0.0300.300.26
HSL65.26º30.16%62.94%-
HSV(B)65.26º30.16%74.12%-
XYZ42.1348.2528.92-
YUV181.01100.34130.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=36.44%
G=37.43%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891320.0300.300.2665.2630.1662.94
HexB8BD84301E1A411e3f
Octal2702752043036321013677
Binary1011100010111101100001001101111011010100000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD84; }

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

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

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

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

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

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

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

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