Html Css Color HEX #B0ED96 Madang

📋 copy color: '#B0ED96'

red 176 ◦ green 237 ◦ blue 150

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

Shades of Madang #B0ED96

Tints of Madang #B0ED96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 31.26%
G = 42.1%
B = 26.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#B0ED96 (or 0xB0ED96) is known color: Madang. HEX triplet: B0, ED and 96. RGB value is (176,237,150). Sum of RGB (Red+Green+Blue) = 176+237+150=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED96 is #4F1269. Grayscale: #D1D1D1. Windows color (decimal): -5182058 or 9891248. OLE color: 9891248.

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

Color convert

RGB 176 237 150 -
CMYK 0.26 0 0.37 0.07
HSL 102.07º 0.71% 0.76% -
HSV(B) 102.07º 0.37% 0.93% -
XYZ 53.69 72 39.92 -
YUV 208.84 94.79 104.57 -
System Red Green Blue C M Y K H S L
Decimal 176 237 150 0.26 0 0.37 0.07 102.07 0.71 0.76
Hex B0 ED 96 1A 0 25 7 66 47 4C
Octal 260 355 226 32 0 45 7 146 107 114
Binary 10110000 11101101 10010110 11010 0 100101 111 1100110 1000111 1001100

Color Harmonies of #B0ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED96

Black with #B0ED96

Text Example


Text Example

White with #B0ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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