#B4BB84

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

Shades of Pine Glade #B4BB84

Tints of Pine Glade #B4BB84

Color information

#B4BB84 (or 0xB4BB84) is unknown color: approx Pine Glade. HEX triplet: B4, BB and 84. RGB value is (180,187,132). Sum of RGB (Red+Green+Blue) = 180+187+132=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB84 is #4B447B. Grayscale: #B2B2B2. Windows color (decimal): -4932732 or 8698804. OLE color: 8698804.

HSL color Cylindrical-coordinate representation of color #B4BB84: hue angle of 67.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4BB84 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB180187132-
CMYK0.0400.290.27
HSL67.64º28.8%62.55%-
HSV(B)67.64º29.41%73.33%-
XYZ40.7646.9128.74-
YUV178.64101.68128.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=36.07%
G=37.47%
B=26.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871320.0400.290.2767.6428.862.55
HexB4BB84401D1B441d3f
Octal2642732044035331043577
Binary10110100101110111000010010001110111011100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB84; }

 p { color: rgb(180,187,132); }

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

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

 a { background-color: rgb(180,187,132); }

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

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

 span { border-color: rgb(180,187,132); }

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