Html Css Color HEX #B0ED98 Madang

📋 copy color: '#B0ED98'

red 176 ◦ green 237 ◦ blue 152

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

Shades of Madang #B0ED98

Tints of Madang #B0ED98

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.95%

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

R = 31.15%
G = 41.95%
B = 26.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#B0ED98 (or 0xB0ED98) is known color: Madang. HEX triplet: B0, ED and 98. RGB value is (176,237,152). Sum of RGB (Red+Green+Blue) = 176+237+152=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED98 is #4F1267. Grayscale: #D1D1D1. Windows color (decimal): -5182056 or 10022320. OLE color: 10022320.

HSL color Cylindrical-coordinate representation of color #B0ED98: hue angle of 103.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0ED98 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 152 -
CMYK 0.26 0 0.36 0.07
HSL 103.06º 0.7% 0.76% -
HSV(B) 103.06º 0.36% 0.93% -
XYZ 53.86 72.07 40.78 -
YUV 209.07 95.79 104.41 -
System Red Green Blue C M Y K H S L
Decimal 176 237 152 0.26 0 0.36 0.07 103.06 0.7 0.76
Hex B0 ED 98 1A 0 24 7 67 46 4C
Octal 260 355 230 32 0 44 7 147 106 114
Binary 10110000 11101101 10011000 11010 0 100100 111 1100111 1000110 1001100

Color Harmonies of #B0ED98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED98

Black with #B0ED98

Text Example


Text Example

White with #B0ED98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED98; }

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

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

background-color css

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

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

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

border-color css

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

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

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