#BDEB98

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

Shades of Madang #BDEB98

Tints of Madang #BDEB98

Color information

#BDEB98 (or 0xBDEB98) is unknown color: approx Madang. HEX triplet: BD, EB and 98. RGB value is (189,235,152). Sum of RGB (Red+Green+Blue) = 189+235+152=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB98 is #421467. Grayscale: #D4D4D4. Windows color (decimal): -4330600 or 10021821. OLE color: 10021821.

HSL color Cylindrical-coordinate representation of color #BDEB98: hue angle of 93.25º 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 #BDEB98 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB189235152-
CMYK0.2000.350.08
HSL93.25º67.48%75.88%-
HSV(B)93.25º35.32%92.16%-
XYZ56.3672.540.73-
YUV211.7894.26111.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=32.81%
G=40.80%
B=26.39%

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
Decimal1892351520.2000.350.0893.2567.4875.88
HexBDEB981402385d434c
Octal2753532302404310135103114
Binary1011110111101011100110001010001000111000101110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB98; }

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

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

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

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

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

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

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

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