#BAFF97

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

Shades of Madang #BAFF97

Tints of Madang #BAFF97

Color information

#BAFF97 (or 0xBAFF97) is unknown color: approx Madang. HEX triplet: BA, FF and 97. RGB value is (186,255,151). Sum of RGB (Red+Green+Blue) = 186+255+151=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF97 is #450068. Grayscale: #DEDEDE. Windows color (decimal): -4522089 or 9961402. OLE color: 9961402.

HSL color Cylindrical-coordinate representation of color #BAFF97: hue angle of 99.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAFF97 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB186255151-
CMYK0.2700.410
HSL99.81º100%79.61%-
HSV(B)99.81º40.78%100%-
XYZ61.684.1942.28-
YUV222.5187.64101.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=31.42%
G=43.07%
B=25.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551510.2700.41099.8110079.61
HexBAFF971B0290646450
Octal272377227330510144144120
Binary1011101011111111100101111101101010010110010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF97; }

 p { color: rgb(186,255,151); }

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

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

 a { background-color: rgb(186,255,151); }

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

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

 span { border-color: rgb(186,255,151); }

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