Html Css Color HEX #B0FCA0 Madang

📋 copy color: '#B0FCA0'

red 176 ◦ green 252 ◦ blue 160

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

Shades of Madang #B0FCA0

Tints of Madang #B0FCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

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

R = 29.93%
G = 42.86%
B = 27.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#B0FCA0 (or 0xB0FCA0) is known color: Madang. HEX triplet: B0, FC and A0. RGB value is (176,252,160). Sum of RGB (Red+Green+Blue) = 176+252+160=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCA0 is #4F035F. Grayscale: #DBDBDB. Windows color (decimal): -5178208 or 10550448. OLE color: 10550448.

HSL color Cylindrical-coordinate representation of color #B0FCA0: hue angle of 109.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0FCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 160 -
CMYK 0.30 0 0.37 0.01
HSL 109.57º 0.94% 0.81% -
HSV(B) 109.57º 0.37% 0.99% -
XYZ 59.06 81.39 45.85 -
YUV 218.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 176 252 160 0.30 0 0.37 0.01 109.57 0.94 0.81
Hex B0 FC A0 1E 0 25 1 6E 5E 51
Octal 260 374 240 36 0 45 1 156 136 121
Binary 10110000 11111100 10100000 11110 0 100101 1 1101110 1011110 1010001

Color Harmonies of #B0FCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCA0

Black with #B0FCA0

Text Example


Text Example

White with #B0FCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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