#BBF2A2

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

Shades of Madang #BBF2A2

Tints of Madang #BBF2A2

Color information

#BBF2A2 (or 0xBBF2A2) is unknown color: approx Madang. HEX triplet: BB, F2 and A2. RGB value is (187,242,162). Sum of RGB (Red+Green+Blue) = 187+242+162=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2A2 is #440D5D. Grayscale: #D8D8D8. Windows color (decimal): -4459870 or 10678971. OLE color: 10678971.

HSL color Cylindrical-coordinate representation of color #BBF2A2: hue angle of 101.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBF2A2 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB187242162-
CMYK0.2300.330.05
HSL101.25º75.47%79.22%-
HSV(B)101.25º33.06%94.9%-
XYZ58.7776.6845.89-
YUV216.4397.28107-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=31.64%
G=40.95%
B=27.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421620.2300.330.05101.2575.4779.22
HexBBF2A2170215654b4f
Octal273362242270415145113117
Binary101110111111001010100010101110100001101110010110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2A2; }

 p { color: rgb(187,242,162); }

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

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

 a { background-color: rgb(187,242,162); }

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

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

 span { border-color: rgb(187,242,162); }

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