#BDEB9A

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

Shades of Madang #BDEB9A

Tints of Madang #BDEB9A

Color information

#BDEB9A (or 0xBDEB9A) is unknown color: approx Madang. HEX triplet: BD, EB and 9A. RGB value is (189,235,154). Sum of RGB (Red+Green+Blue) = 189+235+154=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB9A is #421465. Grayscale: #D4D4D4. Windows color (decimal): -4330598 or 10152893. OLE color: 10152893.

HSL color Cylindrical-coordinate representation of color #BDEB9A: hue angle of 94.07º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDEB9A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB189235154-
CMYK0.2000.340.08
HSL94.07º66.94%76.27%-
HSV(B)94.07º34.47%92.16%-
XYZ56.5372.5741.6-
YUV212.0195.26111.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 154 (60.55% from 255) = 26.64%
R=32.70%
G=40.66%
B=26.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351540.2000.340.0894.0766.9476.27
HexBDEB9A1402285e434c
Octal2753532322404210136103114
Binary1011110111101011100110101010001000101000101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB9A; }

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

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

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

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

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

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

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

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