Html Css Color HEX #B9FAA0 Madang

📋 copy color: '#B9FAA0'

red 185 ◦ green 250 ◦ blue 160

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

Shades of Madang #B9FAA0

Tints of Madang #B9FAA0

RGB

 RED value IS 185 (72.66% from 255) = 31.09%

 GREEN value IS 250 (98.05% from 255) = 42.02%

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

R = 31.09%
G = 42.02%
B = 26.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#B9FAA0 (or 0xB9FAA0) is known color: Madang. HEX triplet: B9, FA and A0. RGB value is (185,250,160). Sum of RGB (Red+Green+Blue) = 185+250+160=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FAA0 is #46055F. Grayscale: #DCDCDC. Windows color (decimal): -4588896 or 10549945. OLE color: 10549945.

HSL color Cylindrical-coordinate representation of color #B9FAA0: hue angle of 103.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9FAA0 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 160 -
CMYK 0.26 0 0.36 0.02
HSL 103.33º 0.9% 0.8% -
HSV(B) 103.33º 0.36% 0.98% -
XYZ 60.54 81.22 45.74 -
YUV 220.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 185 250 160 0.26 0 0.36 0.02 103.33 0.9 0.8
Hex B9 FA A0 1A 0 24 2 67 5A 50
Octal 271 372 240 32 0 44 2 147 132 120
Binary 10111001 11111010 10100000 11010 0 100100 10 1100111 1011010 1010000

Color Harmonies of #B9FAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FAA0

Black with #B9FAA0

Text Example


Text Example

White with #B9FAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FAA0; }

 p { color: rgb(185,250,160); }

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

background-color css

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

 a { background-color: rgb(185,250,160); }

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

border-color css

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

 span { border-color: rgb(185,250,160); }

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