Html Css Color HEX #B0DC98 Madang

📋 copy color: '#B0DC98'

red 176 ◦ green 220 ◦ blue 152

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

Shades of Madang #B0DC98

Tints of Madang #B0DC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 32.12%
G = 40.15%
B = 27.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#B0DC98 (or 0xB0DC98) is known color: Madang. HEX triplet: B0, DC and 98. RGB value is (176,220,152). Sum of RGB (Red+Green+Blue) = 176+220+152=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC98 is #4F2367. Grayscale: #C7C7C7. Windows color (decimal): -5186408 or 10017968. OLE color: 10017968.

HSL color Cylindrical-coordinate representation of color #B0DC98: hue angle of 98.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DC98 is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 152 -
CMYK 0.2 0 0.31 0.14
HSL 98.82º 0.49% 0.73% -
HSV(B) 98.82º 0.31% 0.86% -
XYZ 49.17 62.68 39.21 -
YUV 199.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 176 220 152 0.2 0 0.31 0.14 98.82 0.49 0.73
Hex B0 DC 98 14 0 1F E 63 31 49
Octal 260 334 230 24 0 37 16 143 61 111
Binary 10110000 11011100 10011000 10100 0 11111 1110 1100011 110001 1001001

Color Harmonies of #B0DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC98

Black with #B0DC98

Text Example


Text Example

White with #B0DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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