#BBDC98

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

Shades of Pixie Green #BBDC98

Tints of Pixie Green #BBDC98

Color information

#BBDC98 (or 0xBBDC98) is unknown color: approx Pixie Green. HEX triplet: BB, DC and 98. RGB value is (187,220,152). Sum of RGB (Red+Green+Blue) = 187+220+152=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC98 is #442367. Grayscale: #CACACA. Windows color (decimal): -4465512 or 10017979. OLE color: 10017979.

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

Color convert

RGB187220152-
CMYK0.1500.310.14
HSL89.12º49.28%72.94%-
HSV(B)89.12º30.91%86.27%-
XYZ51.7564.0239.33-
YUV202.3899.57117.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=33.45%
G=39.36%
B=27.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201520.1500.310.1489.1249.2872.94
HexBBDC98F01FE593149
Octal273334230170371613161111
Binary1011101111011100100110001111011111111010110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC98; }

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

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

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

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

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

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

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

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