Html Css Color HEX #B9C077 Pine Glade

📋 copy color: '#B9C077'

red 185 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #B9C077

Tints of Pine Glade #B9C077

RGB

 RED value IS 185 (72.66% from 255) = 37.3%

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

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

R = 37.3%
G = 38.71%
B = 23.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B9C077 (or 0xB9C077) is known color: Pine Glade. HEX triplet: B9, C0 and 77. RGB value is (185,192,119). Sum of RGB (Red+Green+Blue) = 185+192+119=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C077 is #463F88. Grayscale: #B5B5B5. Windows color (decimal): -4603785 or 7848121. OLE color: 7848121.

HSL color Cylindrical-coordinate representation of color #B9C077: hue angle of 65.75º 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 #B9C077 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 119 -
CMYK 0.04 0 0.38 0.25
HSL 65.75º 0.37% 0.61% -
HSV(B) 65.75º 0.38% 0.75% -
XYZ 42.19 49.35 24.75 -
YUV 181.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 185 192 119 0.04 0 0.38 0.25 65.75 0.37 0.61
Hex B9 C0 77 4 0 26 19 42 25 3D
Octal 271 300 167 4 0 46 31 102 45 75
Binary 10111001 11000000 1110111 100 0 100110 11001 1000010 100101 111101

Color Harmonies of #B9C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C077

Black with #B9C077

Text Example


Text Example

White with #B9C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C077; }

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

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

background-color css

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

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

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

border-color css

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

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

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