#BDF19A

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

Shades of Madang #BDF19A

Tints of Madang #BDF19A

Color information

#BDF19A (or 0xBDF19A) is unknown color: approx Madang. HEX triplet: BD, F1 and 9A. RGB value is (189,241,154). Sum of RGB (Red+Green+Blue) = 189+241+154=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF19A is #420E65. Grayscale: #D7D7D7. Windows color (decimal): -4329062 or 10154429. OLE color: 10154429.

HSL color Cylindrical-coordinate representation of color #BDF19A: hue angle of 95.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDF19A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB189241154-
CMYK0.2200.360.05
HSL95.86º75.65%77.45%-
HSV(B)95.86º36.1%94.51%-
XYZ58.2776.0642.18-
YUV215.5393.27109.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=32.36%
G=41.27%
B=26.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411540.2200.360.0595.8675.6577.45
HexBDF19A160245604c4d
Octal275361232260445140114115
Binary101111011111000110011010101100100100101110000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF19A; }

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

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

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

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

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

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

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

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