#BBFA94

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

Shades of Madang #BBFA94

Tints of Madang #BBFA94

Color information

#BBFA94 (or 0xBBFA94) is unknown color: approx Madang. HEX triplet: BB, FA and 94. RGB value is (187,250,148). Sum of RGB (Red+Green+Blue) = 187+250+148=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA94 is #44056B. Grayscale: #DBDBDB. Windows color (decimal): -4457836 or 9763515. OLE color: 9763515.

HSL color Cylindrical-coordinate representation of color #BBFA94: hue angle of 97.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBFA94 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB187250148-
CMYK0.2500.410.02
HSL97.06º91.07%78.04%-
HSV(B)97.06º40.8%98.04%-
XYZ60.0281.0740.5-
YUV219.5487.63104.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=31.97%
G=42.74%
B=25.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501480.2500.410.0297.0691.0778.04
HexBBFA94190292615b4e
Octal273372224310512141133116
Binary10111011111110101001010011001010100110110000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA94; }

 p { color: rgb(187,250,148); }

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

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

 a { background-color: rgb(187,250,148); }

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

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

 span { border-color: rgb(187,250,148); }

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