#B9DB9B

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

Shades of Pixie Green #B9DB9B

Tints of Pixie Green #B9DB9B

Color information

#B9DB9B (or 0xB9DB9B) is unknown color: approx Pixie Green. HEX triplet: B9, DB and 9B. RGB value is (185,219,155). Sum of RGB (Red+Green+Blue) = 185+219+155=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB9B is #462464. Grayscale: #C9C9C9. Windows color (decimal): -4596837 or 10214329. OLE color: 10214329.

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

Color convert

RGB185219155-
CMYK0.1600.290.14
HSL91.88º47.06%73.33%-
HSV(B)91.88º29.22%85.88%-
XYZ51.2663.3440.54-
YUV201.54101.74116.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=33.09%
G=39.18%
B=27.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191550.1600.290.1491.8847.0673.33
HexB9DB9B1001DE5c2f49
Octal271333233200351613457111
Binary10111001110110111001101110000011101111010111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DB9B; }

 p { color: rgb(185,219,155); }

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

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

 a { background-color: rgb(185,219,155); }

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

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

 span { border-color: rgb(185,219,155); }

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