Html Css Color HEX #B5B973 Pine Glade

📋 copy color: '#B5B973'

red 181 ◦ green 185 ◦ blue 115

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

Shades of Pine Glade #B5B973

Tints of Pine Glade #B5B973

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 37.63%
G = 38.46%
B = 23.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B5B973 (or 0xB5B973) is known color: Pine Glade. HEX triplet: B5, B9 and 73. RGB value is (181,185,115). Sum of RGB (Red+Green+Blue) = 181+185+115=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B973 is #4A468C. Grayscale: #B0B0B0. Windows color (decimal): -4867725 or 7584181. OLE color: 7584181.

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

Color convert

RGB 181 185 115 -
CMYK 0.02 0 0.38 0.27
HSL 63.43º 0.33% 0.59% -
HSV(B) 63.43º 0.38% 0.73% -
XYZ 39.5 45.76 22.97 -
YUV 175.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 181 185 115 0.02 0 0.38 0.27 63.43 0.33 0.59
Hex B5 B9 73 2 0 26 1B 3F 21 3B
Octal 265 271 163 2 0 46 33 77 41 73
Binary 10110101 10111001 1110011 10 0 100110 11011 111111 100001 111011

Color Harmonies of #B5B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B973

Black with #B5B973

Text Example


Text Example

White with #B5B973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B973; }

 p { color: rgb(181,185,115); }

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

background-color css

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

 a { background-color: rgb(181,185,115); }

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

border-color css

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

 span { border-color: rgb(181,185,115); }

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