#B8C478

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

Shades of Pine Glade #B8C478

Tints of Pine Glade #B8C478

Color information

#B8C478 (or 0xB8C478) is unknown color: approx Pine Glade. HEX triplet: B8, C4 and 78. RGB value is (184,196,120). Sum of RGB (Red+Green+Blue) = 184+196+120=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C478 is #473B87. Grayscale: #B8B8B8. Windows color (decimal): -4668296 or 7914680. OLE color: 7914680.

HSL color Cylindrical-coordinate representation of color #B8C478: hue angle of 69.47º 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 #B8C478 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB184196120-
CMYK0.0600.390.23
HSL69.47º39.18%61.96%-
HSV(B)69.47º38.78%76.86%-
XYZ42.951.0325.36-
YUV183.7592.02128.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 120 (47.27% from 255) = 24%
R=36.8%
G=39.2%
B=24%

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
Decimal1841961200.0600.390.2369.4739.1861.96
HexB8C47860271745273e
Octal2703041706047271054776
Binary101110001100010011110001100100111101111000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C478; }

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

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

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

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

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

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

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

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