#B8C776

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

Shades of Pine Glade #B8C776

Tints of Pine Glade #B8C776

Color information

#B8C776 (or 0xB8C776) is unknown color: approx Pine Glade. HEX triplet: B8, C7 and 76. RGB value is (184,199,118). Sum of RGB (Red+Green+Blue) = 184+199+118=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C776 is #473889. Grayscale: #B9B9B9. Windows color (decimal): -4667530 or 7784376. OLE color: 7784376.

HSL color Cylindrical-coordinate representation of color #B8C776: hue angle of 71.11º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C776 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB184199118-
CMYK0.0800.410.22
HSL71.11º41.97%62.16%-
HSV(B)71.11º40.7%78.04%-
XYZ43.4652.3524.95-
YUV185.2890.03127.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=36.73%
G=39.72%
B=23.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841991180.0800.410.2271.1141.9762.16
HexB8C776802916472a3e
Octal27030716610051261075276
Binary1011100011000111111011010000101001101101000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C776; }

 p { color: rgb(184,199,118); }

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

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

 a { background-color: rgb(184,199,118); }

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

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

 span { border-color: rgb(184,199,118); }

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