#BDF19C

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

Shades of Madang #BDF19C

Tints of Madang #BDF19C

Color information

#BDF19C (or 0xBDF19C) is unknown color: approx Madang. HEX triplet: BD, F1 and 9C. RGB value is (189,241,156). Sum of RGB (Red+Green+Blue) = 189+241+156=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF19C is #420E63. Grayscale: #D8D8D8. Windows color (decimal): -4329060 or 10285501. OLE color: 10285501.

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

Color convert

RGB189241156-
CMYK0.2200.350.05
HSL96.71º75.22%77.84%-
HSV(B)96.71º35.27%94.51%-
XYZ58.4476.1343.07-
YUV215.7694.27108.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=32.25%
G=41.13%
B=26.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411560.2200.350.0596.7175.2277.84
HexBDF19C160235614b4e
Octal275361234260435141113116
Binary101111011111000110011100101100100011101110000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF19C; }

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

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

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

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

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

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

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

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