Html Css Color HEX #B5BB88 Pine Glade

📋 copy color: '#B5BB88'

red 181 ◦ green 187 ◦ blue 136

#B5BB88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B5BB88

Tints of Pine Glade #B5BB88

RGB

 RED value IS 181 (71.09% from 255) = 35.91%

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 35.91%
G = 37.1%
B = 26.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B5BB88 (or 0xB5BB88) is known color: Pine Glade. HEX triplet: B5, BB and 88. RGB value is (181,187,136). Sum of RGB (Red+Green+Blue) = 181+187+136=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB88 is #4A4477. Grayscale: #B3B3B3. Windows color (decimal): -4867192 or 8960949. OLE color: 8960949.

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

Color convert

RGB 181 187 136 -
CMYK 0.03 0 0.27 0.27
HSL 67.06º 0.27% 0.63% -
HSV(B) 67.06º 0.27% 0.73% -
XYZ 41.27 47.14 30.22 -
YUV 179.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 181 187 136 0.03 0 0.27 0.27 67.06 0.27 0.63
Hex B5 BB 88 3 0 1B 1B 43 1B 3F
Octal 265 273 210 3 0 33 33 103 33 77
Binary 10110101 10111011 10001000 11 0 11011 11011 1000011 11011 111111

Color Harmonies of #B5BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB88

Black with #B5BB88

Text Example


Text Example

White with #B5BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB88; }

 p { color: rgb(181,187,136); }

 H1.HeaderClassName
 {
   color: #B5BB88;
 }
 .AnyTagClassName
 {
   color: #B5BB88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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