Html Css Color HEX #B5B77C Pine Glade

📋 copy color: '#B5B77C'

red 181 ◦ green 183 ◦ blue 124

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

Shades of Pine Glade #B5B77C

Tints of Pine Glade #B5B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 37.09%
G = 37.5%
B = 25.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B5B77C (or 0xB5B77C) is known color: Pine Glade. HEX triplet: B5, B7 and 7C. RGB value is (181,183,124). Sum of RGB (Red+Green+Blue) = 181+183+124=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B77C is #4A4883. Grayscale: #AFAFAF. Windows color (decimal): -4868228 or 8173493. OLE color: 8173493.

HSL color Cylindrical-coordinate representation of color #B5B77C: hue angle of 62.03º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B77C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 183 124 -
CMYK 0.01 0 0.32 0.28
HSL 62.03º 0.29% 0.6% -
HSV(B) 62.03º 0.32% 0.72% -
XYZ 39.63 45.15 25.69 -
YUV 175.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 181 183 124 0.01 0 0.32 0.28 62.03 0.29 0.6
Hex B5 B7 7C 1 0 20 1C 3E 1D 3C
Octal 265 267 174 1 0 40 34 76 35 74
Binary 10110101 10110111 1111100 1 0 100000 11100 111110 11101 111100

Color Harmonies of #B5B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B77C

Black with #B5B77C

Text Example


Text Example

White with #B5B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B77C; }

 p { color: rgb(181,183,124); }

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

background-color css

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

 a { background-color: rgb(181,183,124); }

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

border-color css

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

 span { border-color: rgb(181,183,124); }

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