#BDE498

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

Shades of Madang #BDE498

Tints of Madang #BDE498

Color information

#BDE498 (or 0xBDE498) is unknown color: approx Madang. HEX triplet: BD, E4 and 98. RGB value is (189,228,152). Sum of RGB (Red+Green+Blue) = 189+228+152=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE498 is #421B67. Grayscale: #CFCFCF. Windows color (decimal): -4332392 or 10020029. OLE color: 10020029.

HSL color Cylindrical-coordinate representation of color #BDE498: hue angle of 90.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE498 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB189228152-
CMYK0.1700.330.11
HSL90.79º58.46%74.51%-
HSV(B)90.79º33.33%89.41%-
XYZ54.468.5740.07-
YUV207.6896.58114.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 152 (59.77% from 255) = 26.71%
R=33.22%
G=40.07%
B=26.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281520.1700.330.1190.7958.4674.51
HexBDE49811021B5b3a4b
Octal275344230210411313372113
Binary101111011110010010011000100010100001101110110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE498; }

 p { color: rgb(189,228,152); }

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

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

 a { background-color: rgb(189,228,152); }

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

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

 span { border-color: rgb(189,228,152); }

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