Html Css Color HEX #B5BD82 Pine Glade

📋 copy color: '#B5BD82'

red 181 ◦ green 189 ◦ blue 130

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

Shades of Pine Glade #B5BD82

Tints of Pine Glade #B5BD82

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 130 (51.17% from 255) = 26%

R = 36.2%
G = 37.8%
B = 26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#B5BD82 (or 0xB5BD82) is known color: Pine Glade. HEX triplet: B5, BD and 82. RGB value is (181,189,130). Sum of RGB (Red+Green+Blue) = 181+189+130=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD82 is #4A427D. Grayscale: #B4B4B4. Windows color (decimal): -4866686 or 8568245. OLE color: 8568245.

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

Color convert

RGB 181 189 130 -
CMYK 0.04 0 0.31 0.26
HSL 68.14º 0.31% 0.63% -
HSV(B) 68.14º 0.31% 0.74% -
XYZ 41.28 47.83 28.18 -
YUV 179.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 181 189 130 0.04 0 0.31 0.26 68.14 0.31 0.63
Hex B5 BD 82 4 0 1F 1A 44 1F 3F
Octal 265 275 202 4 0 37 32 104 37 77
Binary 10110101 10111101 10000010 100 0 11111 11010 1000100 11111 111111

Color Harmonies of #B5BD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD82

Black with #B5BD82

Text Example


Text Example

White with #B5BD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD82; }

 p { color: rgb(181,189,130); }

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

background-color css

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

 a { background-color: rgb(181,189,130); }

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

border-color css

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

 span { border-color: rgb(181,189,130); }

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