#BDF1A1

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

Shades of Madang #BDF1A1

Tints of Madang #BDF1A1

Color information

#BDF1A1 (or 0xBDF1A1) is unknown color: approx Madang. HEX triplet: BD, F1 and A1. RGB value is (189,241,161). Sum of RGB (Red+Green+Blue) = 189+241+161=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A1 is #420E5E. Grayscale: #D8D8D8. Windows color (decimal): -4329055 or 10613181. OLE color: 10613181.

HSL color Cylindrical-coordinate representation of color #BDF1A1: hue angle of 99º degrees, saturation: 0.74, 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 #BDF1A1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB189241161-
CMYK0.2200.330.05
HSL99º74.07%78.82%-
HSV(B)99º33.2%94.51%-
XYZ58.8776.345.34-
YUV216.3396.77108.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=31.98%
G=40.78%
B=27.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411610.2200.330.059974.0778.82
HexBDF1A1160215634a4f
Octal275361241260415143112117
Binary101111011111000110100001101100100001101110001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1A1; }

 p { color: rgb(189,241,161); }

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

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

 a { background-color: rgb(189,241,161); }

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

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

 span { border-color: rgb(189,241,161); }

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