Html Css Color HEX #B5BD71 Pine Glade

📋 copy color: '#B5BD71'

red 181 ◦ green 189 ◦ blue 113

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

Shades of Pine Glade #B5BD71

Tints of Pine Glade #B5BD71

RGB

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

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

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

R = 37.47%
G = 39.13%
B = 23.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B5BD71 (or 0xB5BD71) is known color: Pine Glade. HEX triplet: B5, BD and 71. RGB value is (181,189,113). Sum of RGB (Red+Green+Blue) = 181+189+113=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD71 is #4A428E. Grayscale: #B2B2B2. Windows color (decimal): -4866703 or 7454133. OLE color: 7454133.

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

Color convert

RGB 181 189 113 -
CMYK 0.04 0 0.40 0.26
HSL 66.32º 0.37% 0.59% -
HSV(B) 66.32º 0.4% 0.74% -
XYZ 40.23 47.41 22.65 -
YUV 177.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 181 189 113 0.04 0 0.40 0.26 66.32 0.37 0.59
Hex B5 BD 71 4 0 28 1A 42 25 3B
Octal 265 275 161 4 0 50 32 102 45 73
Binary 10110101 10111101 1110001 100 0 101000 11010 1000010 100101 111011

Color Harmonies of #B5BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD71

Black with #B5BD71

Text Example


Text Example

White with #B5BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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