#BDE69A

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

Shades of Madang #BDE69A

Tints of Madang #BDE69A

Color information

#BDE69A (or 0xBDE69A) is unknown color: approx Madang. HEX triplet: BD, E6 and 9A. RGB value is (189,230,154). Sum of RGB (Red+Green+Blue) = 189+230+154=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE69A is #421965. Grayscale: #D1D1D1. Windows color (decimal): -4331878 or 10151613. OLE color: 10151613.

HSL color Cylindrical-coordinate representation of color #BDE69A: hue angle of 92.37º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE69A is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB189230154-
CMYK0.1800.330.10
HSL92.37º60.32%75.29%-
HSV(B)92.37º33.04%90.2%-
XYZ55.1269.7541.13-
YUV209.0896.92113.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 230 (90.23% from 255) = 40.14%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=32.98%
G=40.14%
B=26.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301540.1800.330.1092.3760.3275.29
HexBDE69A12021A5c3c4b
Octal275346232220411213474113
Binary101111011110011010011010100100100001101010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE69A; }

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

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

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

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

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

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

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

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