Html Css Color HEX #B5C077 Pine Glade

📋 copy color: '#B5C077'

red 181 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #B5C077

Tints of Pine Glade #B5C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 36.79%
G = 39.02%
B = 24.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B5C077 (or 0xB5C077) is known color: Pine Glade. HEX triplet: B5, C0 and 77. RGB value is (181,192,119). Sum of RGB (Red+Green+Blue) = 181+192+119=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C077 is #4A3F88. Grayscale: #B4B4B4. Windows color (decimal): -4865929 or 7848117. OLE color: 7848117.

HSL color Cylindrical-coordinate representation of color #B5C077: hue angle of 69.04º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5C077 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 119 -
CMYK 0.06 0 0.38 0.25
HSL 69.04º 0.37% 0.61% -
HSV(B) 69.04º 0.38% 0.75% -
XYZ 41.24 48.85 24.71 -
YUV 180.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 181 192 119 0.06 0 0.38 0.25 69.04 0.37 0.61
Hex B5 C0 77 6 0 26 19 45 25 3D
Octal 265 300 167 6 0 46 31 105 45 75
Binary 10110101 11000000 1110111 110 0 100110 11001 1000101 100101 111101

Color Harmonies of #B5C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C077

Black with #B5C077

Text Example


Text Example

White with #B5C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C077; }

 p { color: rgb(181,192,119); }

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

background-color css

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

 a { background-color: rgb(181,192,119); }

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

border-color css

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

 span { border-color: rgb(181,192,119); }

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