Html Css Color HEX #B5BD79 Pine Glade

📋 copy color: '#B5BD79'

red 181 ◦ green 189 ◦ blue 121

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

Shades of Pine Glade #B5BD79

Tints of Pine Glade #B5BD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 36.86%
G = 38.49%
B = 24.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#B5BD79 (or 0xB5BD79) is known color: Pine Glade. HEX triplet: B5, BD and 79. RGB value is (181,189,121). Sum of RGB (Red+Green+Blue) = 181+189+121=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD79 is #4A4286. Grayscale: #B3B3B3. Windows color (decimal): -4866695 or 7978421. OLE color: 7978421.

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

Color convert

RGB 181 189 121 -
CMYK 0.04 0 0.36 0.26
HSL 67.06º 0.34% 0.61% -
HSV(B) 67.06º 0.36% 0.74% -
XYZ 40.7 47.6 25.13 -
YUV 178.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 181 189 121 0.04 0 0.36 0.26 67.06 0.34 0.61
Hex B5 BD 79 4 0 24 1A 43 22 3D
Octal 265 275 171 4 0 44 32 103 42 75
Binary 10110101 10111101 1111001 100 0 100100 11010 1000011 100010 111101

Color Harmonies of #B5BD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD79

Black with #B5BD79

Text Example


Text Example

White with #B5BD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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