Html Css Color HEX #B5BA72 Pine Glade

📋 copy color: '#B5BA72'

red 181 ◦ green 186 ◦ blue 114

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

Shades of Pine Glade #B5BA72

Tints of Pine Glade #B5BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 37.63%
G = 38.67%
B = 23.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B5BA72 (or 0xB5BA72) is known color: Pine Glade. HEX triplet: B5, BA and 72. RGB value is (181,186,114). Sum of RGB (Red+Green+Blue) = 181+186+114=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA72 is #4A458D. Grayscale: #B0B0B0. Windows color (decimal): -4867470 or 7518901. OLE color: 7518901.

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

Color convert

RGB 181 186 114 -
CMYK 0.03 0 0.39 0.27
HSL 64.17º 0.34% 0.59% -
HSV(B) 64.17º 0.39% 0.73% -
XYZ 39.65 46.16 22.74 -
YUV 176.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 181 186 114 0.03 0 0.39 0.27 64.17 0.34 0.59
Hex B5 BA 72 3 0 27 1B 40 22 3B
Octal 265 272 162 3 0 47 33 100 42 73
Binary 10110101 10111010 1110010 11 0 100111 11011 1000000 100010 111011

Color Harmonies of #B5BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA72

Black with #B5BA72

Text Example


Text Example

White with #B5BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA72; }

 p { color: rgb(181,186,114); }

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

background-color css

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

 a { background-color: rgb(181,186,114); }

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

border-color css

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

 span { border-color: rgb(181,186,114); }

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