#BBDD98

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

Shades of Pixie Green #BBDD98

Tints of Pixie Green #BBDD98

Color information

#BBDD98 (or 0xBBDD98) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 98. RGB value is (187,221,152). Sum of RGB (Red+Green+Blue) = 187+221+152=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD98 is #442267. Grayscale: #CBCBCB. Windows color (decimal): -4465256 or 10018235. OLE color: 10018235.

HSL color Cylindrical-coordinate representation of color #BBDD98: hue angle of 89.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBDD98 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB187221152-
CMYK0.1500.310.13
HSL89.57º50.36%73.14%-
HSV(B)89.57º31.22%86.67%-
XYZ52.0264.5439.42-
YUV202.9799.24116.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=33.39%
G=39.46%
B=27.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211520.1500.310.1389.5750.3673.14
HexBBDD98F01FD5a3249
Octal273335230170371513262111
Binary1011101111011101100110001111011111110110110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD98; }

 p { color: rgb(187,221,152); }

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

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

 a { background-color: rgb(187,221,152); }

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

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

 span { border-color: rgb(187,221,152); }

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