Html Css Color HEX #B0EFA0 Madang

📋 copy color: '#B0EFA0'

red 176 ◦ green 239 ◦ blue 160

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

Shades of Madang #B0EFA0

Tints of Madang #B0EFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 160 (62.89% from 255) = 27.83%

R = 30.61%
G = 41.57%
B = 27.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#B0EFA0 (or 0xB0EFA0) is known color: Madang. HEX triplet: B0, EF and A0. RGB value is (176,239,160). Sum of RGB (Red+Green+Blue) = 176+239+160=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFA0 is #4F105F. Grayscale: #D3D3D3. Windows color (decimal): -5181536 or 10547120. OLE color: 10547120.

HSL color Cylindrical-coordinate representation of color #B0EFA0: hue angle of 107.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0EFA0 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 160 -
CMYK 0.26 0 0.33 0.06
HSL 107.85º 0.71% 0.78% -
HSV(B) 107.85º 0.33% 0.94% -
XYZ 55.12 73.5 44.54 -
YUV 211.16 99.13 102.92 -
System Red Green Blue C M Y K H S L
Decimal 176 239 160 0.26 0 0.33 0.06 107.85 0.71 0.78
Hex B0 EF A0 1A 0 21 6 6C 47 4E
Octal 260 357 240 32 0 41 6 154 107 116
Binary 10110000 11101111 10100000 11010 0 100001 110 1101100 1000111 1001110

Color Harmonies of #B0EFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFA0

Black with #B0EFA0

Text Example


Text Example

White with #B0EFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFA0; }

 p { color: rgb(176,239,160); }

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

background-color css

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

 a { background-color: rgb(176,239,160); }

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

border-color css

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

 span { border-color: rgb(176,239,160); }

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