#BDEB97

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

Shades of Madang #BDEB97

Tints of Madang #BDEB97

Color information

#BDEB97 (or 0xBDEB97) is unknown color: approx Madang. HEX triplet: BD, EB and 97. RGB value is (189,235,151). Sum of RGB (Red+Green+Blue) = 189+235+151=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB97 is #421468. Grayscale: #D3D3D3. Windows color (decimal): -4330601 or 9956285. OLE color: 9956285.

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

Color convert

RGB189235151-
CMYK0.2000.360.08
HSL92.86º67.74%75.69%-
HSV(B)92.86º35.74%92.16%-
XYZ56.2872.4740.3-
YUV211.6793.76111.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=32.87%
G=40.87%
B=26.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351510.2000.360.0892.8667.7475.69
HexBDEB971402485d444c
Octal2753532272404410135104114
Binary1011110111101011100101111010001001001000101110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB97; }

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

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

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

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

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

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

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

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