#B9C478

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

Shades of Pine Glade #B9C478

Tints of Pine Glade #B9C478

Color information

#B9C478 (or 0xB9C478) is unknown color: approx Pine Glade. HEX triplet: B9, C4 and 78. RGB value is (185,196,120). Sum of RGB (Red+Green+Blue) = 185+196+120=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C478 is #463B87. Grayscale: #B8B8B8. Windows color (decimal): -4602760 or 7914681. OLE color: 7914681.

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

Color convert

RGB185196120-
CMYK0.0600.390.23
HSL68.68º39.18%61.96%-
HSV(B)68.68º38.78%76.86%-
XYZ43.1451.1525.37-
YUV184.0591.86128.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=36.93%
G=39.12%
B=23.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851961200.0600.390.2368.6839.1861.96
HexB9C47860271745273e
Octal2713041706047271054776
Binary101110011100010011110001100100111101111000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C478; }

 p { color: rgb(185,196,120); }

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

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

 a { background-color: rgb(185,196,120); }

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

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

 span { border-color: rgb(185,196,120); }

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