#BBBB83

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

Shades of Pine Glade #BBBB83

Tints of Pine Glade #BBBB83

Color information

#BBBB83 (or 0xBBBB83) is unknown color: approx Pine Glade. HEX triplet: BB, BB and 83. RGB value is (187,187,131). Sum of RGB (Red+Green+Blue) = 187+187+131=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB83 is #44447C. Grayscale: #B4B4B4. Windows color (decimal): -4473981 or 8633275. OLE color: 8633275.

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

Color convert

RGB187187131-
CMYK000.300.27
HSL60º29.17%62.35%-
HSV(B)60º29.95%73.33%-
XYZ42.3647.7428.46-
YUV180.62100132.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=37.03%
G=37.03%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187131000.300.276029.1762.35
HexBBBB83001E1B3c1d3e
Octal273273203003633743576
Binary10111011101110111000001100111101101111110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB83; }

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

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

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

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

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

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

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

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