#B9C573

Color #B9C573 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B9C573

Tints of Pine Glade #B9C573

Color information

#B9C573 (or 0xB9C573) is unknown color: approx Pine Glade. HEX triplet: B9, C5 and 73. RGB value is (185,197,115). Sum of RGB (Red+Green+Blue) = 185+197+115=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C573 is #463A8C. Grayscale: #B8B8B8. Windows color (decimal): -4602509 or 7587257. OLE color: 7587257.

HSL color Cylindrical-coordinate representation of color #B9C573: hue angle of 68.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9C573 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB185197115-
CMYK0.0600.420.23
HSL68.78º41.41%61.18%-
HSV(B)68.78º41.62%77.25%-
XYZ43.0751.4823.89-
YUV184.0689.02128.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=37.22%
G=39.64%
B=23.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971150.0600.420.2368.7841.4161.18
HexB9C573602A1745293d
Octal2713051636052271055175
Binary101110011100010111100111100101010101111000101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C573; }

 p { color: rgb(185,197,115); }

 H1.HeaderClassName
 {
   color: #B9C573;
 }
 .AnyTagClassName
 {
   color: #B9C573;
 }
</style>
background-color css

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

 a { background-color: rgb(185,197,115); }

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

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

 span { border-color: rgb(185,197,115); }

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