Html Css Color HEX #B5BB71 Pine Glade

📋 copy color: '#B5BB71'

red 181 ◦ green 187 ◦ blue 113

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

Shades of Pine Glade #B5BB71

Tints of Pine Glade #B5BB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 37.63%
G = 38.88%
B = 23.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B5BB71 (or 0xB5BB71) is known color: Pine Glade. HEX triplet: B5, BB and 71. RGB value is (181,187,113). Sum of RGB (Red+Green+Blue) = 181+187+113=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB71 is #4A448E. Grayscale: #B1B1B1. Windows color (decimal): -4867215 or 7453621. OLE color: 7453621.

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

Color convert

RGB 181 187 113 -
CMYK 0.03 0 0.40 0.27
HSL 64.86º 0.35% 0.59% -
HSV(B) 64.86º 0.4% 0.73% -
XYZ 39.81 46.56 22.51 -
YUV 176.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 181 187 113 0.03 0 0.40 0.27 64.86 0.35 0.59
Hex B5 BB 71 3 0 28 1B 41 23 3B
Octal 265 273 161 3 0 50 33 101 43 73
Binary 10110101 10111011 1110001 11 0 101000 11011 1000001 100011 111011

Color Harmonies of #B5BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB71

Black with #B5BB71

Text Example


Text Example

White with #B5BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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