Html Css Color HEX #B0F095 Madang

📋 copy color: '#B0F095'

red 176 ◦ green 240 ◦ blue 149

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

Shades of Madang #B0F095

Tints of Madang #B0F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 31.15%
G = 42.48%
B = 26.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#B0F095 (or 0xB0F095) is known color: Madang. HEX triplet: B0, F0 and 95. RGB value is (176,240,149). Sum of RGB (Red+Green+Blue) = 176+240+149=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F095 is #4F0F6A. Grayscale: #D2D2D2. Windows color (decimal): -5181291 or 9826480. OLE color: 9826480.

HSL color Cylindrical-coordinate representation of color #B0F095: hue angle of 102.2º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0F095 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 149 -
CMYK 0.27 0 0.38 0.06
HSL 102.2º 0.75% 0.76% -
HSV(B) 102.2º 0.38% 0.94% -
XYZ 54.49 73.72 39.79 -
YUV 210.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 176 240 149 0.27 0 0.38 0.06 102.2 0.75 0.76
Hex B0 F0 95 1B 0 26 6 66 4B 4C
Octal 260 360 225 33 0 46 6 146 113 114
Binary 10110000 11110000 10010101 11011 0 100110 110 1100110 1001011 1001100

Color Harmonies of #B0F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F095

Black with #B0F095

Text Example


Text Example

White with #B0F095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F095; }

 p { color: rgb(176,240,149); }

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

background-color css

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

 a { background-color: rgb(176,240,149); }

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

border-color css

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

 span { border-color: rgb(176,240,149); }

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