Html Css Color HEX #B9C972 Pine Glade

📋 copy color: '#B9C972'

red 185 ◦ green 201 ◦ blue 114

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

Shades of Pine Glade #B9C972

Tints of Pine Glade #B9C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

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

R = 37%
G = 40.2%
B = 22.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#B9C972 (or 0xB9C972) is known color: Pine Glade. HEX triplet: B9, C9 and 72. RGB value is (185,201,114). Sum of RGB (Red+Green+Blue) = 185+201+114=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C972 is #46368D. Grayscale: #BABABA. Windows color (decimal): -4601486 or 7522745. OLE color: 7522745.

HSL color Cylindrical-coordinate representation of color #B9C972: hue angle of 71.03º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9C972 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 114 -
CMYK 0.08 0 0.43 0.21
HSL 71.03º 0.45% 0.62% -
HSV(B) 71.03º 0.43% 0.79% -
XYZ 43.93 53.3 23.89 -
YUV 186.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 185 201 114 0.08 0 0.43 0.21 71.03 0.45 0.62
Hex B9 C9 72 8 0 2B 15 47 2D 3E
Octal 271 311 162 10 0 53 25 107 55 76
Binary 10111001 11001001 1110010 1000 0 101011 10101 1000111 101101 111110

Color Harmonies of #B9C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C972

Black with #B9C972

Text Example


Text Example

White with #B9C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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