Html Css Color HEX #B0ED9B Madang

📋 copy color: '#B0ED9B'

red 176 ◦ green 237 ◦ blue 155

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

Shades of Madang #B0ED9B

Tints of Madang #B0ED9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.29%

R = 30.99%
G = 41.73%
B = 27.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#B0ED9B (or 0xB0ED9B) is known color: Madang. HEX triplet: B0, ED and 9B. RGB value is (176,237,155). Sum of RGB (Red+Green+Blue) = 176+237+155=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED9B is #4F1264. Grayscale: #D1D1D1. Windows color (decimal): -5182053 or 10218928. OLE color: 10218928.

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

Color convert

RGB 176 237 155 -
CMYK 0.26 0 0.35 0.07
HSL 104.63º 0.69% 0.77% -
HSV(B) 104.63º 0.35% 0.93% -
XYZ 54.11 72.17 42.09 -
YUV 209.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 176 237 155 0.26 0 0.35 0.07 104.63 0.69 0.77
Hex B0 ED 9B 1A 0 23 7 69 45 4D
Octal 260 355 233 32 0 43 7 151 105 115
Binary 10110000 11101101 10011011 11010 0 100011 111 1101001 1000101 1001101

Color Harmonies of #B0ED9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED9B

Black with #B0ED9B

Text Example


Text Example

White with #B0ED9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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