#BBBB84

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

Shades of Pine Glade #BBBB84

Tints of Pine Glade #BBBB84

Color information

#BBBB84 (or 0xBBBB84) is unknown color: approx Pine Glade. HEX triplet: BB, BB and 84. RGB value is (187,187,132). Sum of RGB (Red+Green+Blue) = 187+187+132=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB84 is #44447B. Grayscale: #B4B4B4. Windows color (decimal): -4473980 or 8698811. OLE color: 8698811.

HSL color Cylindrical-coordinate representation of color #BBBB84: hue angle of 60º 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 #BBBB84 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187187132-
CMYK000.290.27
HSL60º28.8%62.55%-
HSV(B)60º29.41%73.33%-
XYZ42.4347.7728.81-
YUV180.73100.5132.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=36.96%
G=36.96%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187132000.290.276028.862.55
HexBBBB84001D1B3c1d3f
Octal273273204003533743577
Binary10111011101110111000010000111011101111110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB84; }

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

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

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

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

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

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

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

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