#BDF699

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

Shades of Madang #BDF699

Tints of Madang #BDF699

Color information

#BDF699 (or 0xBDF699) is unknown color: approx Madang. HEX triplet: BD, F6 and 99. RGB value is (189,246,153). Sum of RGB (Red+Green+Blue) = 189+246+153=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF699 is #420966. Grayscale: #DADADA. Windows color (decimal): -4327783 or 10090173. OLE color: 10090173.

HSL color Cylindrical-coordinate representation of color #BDF699: hue angle of 96.77º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF699 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB189246153-
CMYK0.2300.380.04
HSL96.77º83.78%78.24%-
HSV(B)96.77º37.8%96.47%-
XYZ59.6979.0342.25-
YUV218.3691.12107.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=32.14%
G=41.84%
B=26.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461530.2300.380.0496.7783.7878.24
HexBDF69917026461544e
Octal275366231270464141124116
Binary101111011111011010011001101110100110100110000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF699; }

 p { color: rgb(189,246,153); }

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

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

 a { background-color: rgb(189,246,153); }

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

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

 span { border-color: rgb(189,246,153); }

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