#B9C679

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

Shades of Pine Glade #B9C679

Tints of Pine Glade #B9C679

Color information

#B9C679 (or 0xB9C679) is unknown color: approx Pine Glade. HEX triplet: B9, C6 and 79. RGB value is (185,198,121). Sum of RGB (Red+Green+Blue) = 185+198+121=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C679 is #463986. Grayscale: #B9B9B9. Windows color (decimal): -4602247 or 7980729. OLE color: 7980729.

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

Color convert

RGB185198121-
CMYK0.0700.390.22
HSL70.13º40.31%62.55%-
HSV(B)70.13º38.89%77.65%-
XYZ43.6552.0825.84-
YUV185.3491.69127.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=36.71%
G=39.29%
B=24.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981210.0700.390.2270.1340.3162.55
HexB9C67970271646283f
Octal2713061717047261065077
Binary101110011100011011110011110100111101101000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C679; }

 p { color: rgb(185,198,121); }

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

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

 a { background-color: rgb(185,198,121); }

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

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

 span { border-color: rgb(185,198,121); }

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