#B8DB9D

Color #B8DB9D Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B8DB9D

Tints of Pixie Green #B8DB9D

Color information

#B8DB9D (or 0xB8DB9D) is unknown color: approx Pixie Green. HEX triplet: B8, DB and 9D. RGB value is (184,219,157). Sum of RGB (Red+Green+Blue) = 184+219+157=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DB9D is #472462. Grayscale: #C9C9C9. Windows color (decimal): -4662371 or 10345400. OLE color: 10345400.

HSL color Cylindrical-coordinate representation of color #B8DB9D: hue angle of 93.87º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8DB9D is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB184219157-
CMYK0.1600.280.14
HSL93.87º46.27%73.73%-
HSV(B)93.87º28.31%85.88%-
XYZ51.1863.2941.42-
YUV201.47102.9115.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=32.86%
G=39.11%
B=28.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842191570.1600.280.1493.8746.2773.73
HexB8DB9D1001CE5e2e4a
Octal270333235200341613656112
Binary10111000110110111001110110000011100111010111101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DB9D; }

 p { color: rgb(184,219,157); }

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

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

 a { background-color: rgb(184,219,157); }

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

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

 span { border-color: rgb(184,219,157); }

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