#BAF99B

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

Shades of Madang #BAF99B

Tints of Madang #BAF99B

Color information

#BAF99B (or 0xBAF99B) is unknown color: approx Madang. HEX triplet: BA, F9 and 9B. RGB value is (186,249,155). Sum of RGB (Red+Green+Blue) = 186+249+155=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF99B is #450664. Grayscale: #DBDBDB. Windows color (decimal): -4523621 or 10222010. OLE color: 10222010.

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

Color convert

RGB186249155-
CMYK0.2500.380.02
HSL100.21º88.68%79.22%-
HSV(B)100.21º37.75%97.65%-
XYZ60.0480.5643.39-
YUV219.4591.63104.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=31.53%
G=42.20%
B=26.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491550.2500.380.02100.2188.6879.22
HexBAF99B19026264594f
Octal272371233310462144131117
Binary10111010111110011001101111001010011010110010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF99B; }

 p { color: rgb(186,249,155); }

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

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

 a { background-color: rgb(186,249,155); }

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

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

 span { border-color: rgb(186,249,155); }

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