Html Css Color HEX #B0DD98 Madang

📋 copy color: '#B0DD98'

red 176 ◦ green 221 ◦ blue 152

#B0DD98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B0DD98

Tints of Madang #B0DD98

RGB

 RED value IS 176 (69.14% from 255) = 32.06%

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 32.06%
G = 40.26%
B = 27.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#B0DD98 (or 0xB0DD98) is known color: Madang. HEX triplet: B0, DD and 98. RGB value is (176,221,152). Sum of RGB (Red+Green+Blue) = 176+221+152=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD98 is #4F2267. Grayscale: #C7C7C7. Windows color (decimal): -5186152 or 10018224. OLE color: 10018224.

HSL color Cylindrical-coordinate representation of color #B0DD98: hue angle of 99.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DD98 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 152 -
CMYK 0.20 0 0.31 0.13
HSL 99.13º 0.5% 0.73% -
HSV(B) 99.13º 0.31% 0.87% -
XYZ 49.43 63.21 39.3 -
YUV 199.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 176 221 152 0.20 0 0.31 0.13 99.13 0.5 0.73
Hex B0 DD 98 14 0 1F D 63 32 49
Octal 260 335 230 24 0 37 15 143 62 111
Binary 10110000 11011101 10011000 10100 0 11111 1101 1100011 110010 1001001

Color Harmonies of #B0DD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD98

Black with #B0DD98

Text Example


Text Example

White with #B0DD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD98; }

 p { color: rgb(176,221,152); }

 H1.HeaderClassName
 {
   color: #B0DD98;
 }
 .AnyTagClassName
 {
   color: #B0DD98;
 }
</style>

background-color css

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

 a { background-color: rgb(176,221,152); }

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

border-color css

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

 span { border-color: rgb(176,221,152); }

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