#BDEB99

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

Shades of Madang #BDEB99

Tints of Madang #BDEB99

Color information

#BDEB99 (or 0xBDEB99) is unknown color: approx Madang. HEX triplet: BD, EB and 99. RGB value is (189,235,153). Sum of RGB (Red+Green+Blue) = 189+235+153=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB99 is #421466. Grayscale: #D4D4D4. Windows color (decimal): -4330599 or 10087357. OLE color: 10087357.

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

Color convert

RGB189235153-
CMYK0.2000.350.08
HSL93.66º67.21%76.08%-
HSV(B)93.66º34.89%92.16%-
XYZ56.4472.5441.16-
YUV211.994.76111.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=32.76%
G=40.73%
B=26.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351530.2000.350.0893.6667.2176.08
HexBDEB991402385e434c
Octal2753532312404310136103114
Binary1011110111101011100110011010001000111000101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB99; }

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

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

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

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

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

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

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

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