Html Css Color HEX #B9C772 Pine Glade

📋 copy color: '#B9C772'

red 185 ◦ green 199 ◦ blue 114

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

Shades of Pine Glade #B9C772

Tints of Pine Glade #B9C772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.96%

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 37.15%
G = 39.96%
B = 22.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B9C772 (or 0xB9C772) is known color: Pine Glade. HEX triplet: B9, C7 and 72. RGB value is (185,199,114). Sum of RGB (Red+Green+Blue) = 185+199+114=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C772 is #46388D. Grayscale: #B9B9B9. Windows color (decimal): -4601998 or 7522233. OLE color: 7522233.

HSL color Cylindrical-coordinate representation of color #B9C772: hue angle of 69.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9C772 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 199 114 -
CMYK 0.07 0 0.43 0.22
HSL 69.88º 0.43% 0.61% -
HSV(B) 69.88º 0.43% 0.78% -
XYZ 43.47 52.38 23.74 -
YUV 185.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 185 199 114 0.07 0 0.43 0.22 69.88 0.43 0.61
Hex B9 C7 72 7 0 2B 16 46 2B 3D
Octal 271 307 162 7 0 53 26 106 53 75
Binary 10111001 11000111 1110010 111 0 101011 10110 1000110 101011 111101

Color Harmonies of #B9C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C772

Black with #B9C772

Text Example


Text Example

White with #B9C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C772; }

 p { color: rgb(185,199,114); }

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

background-color css

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

 a { background-color: rgb(185,199,114); }

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

border-color css

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

 span { border-color: rgb(185,199,114); }

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