Html Css Color HEX #B9DDA5 Madang

📋 copy color: '#B9DDA5'

red 185 ◦ green 221 ◦ blue 165

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

Shades of Madang #B9DDA5

Tints of Madang #B9DDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 165 (64.84% from 255) = 28.9%

R = 32.4%
G = 38.7%
B = 28.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#B9DDA5 (or 0xB9DDA5) is known color: Madang. HEX triplet: B9, DD and A5. RGB value is (185,221,165). Sum of RGB (Red+Green+Blue) = 185+221+165=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DDA5 is #46225A. Grayscale: #CCCCCC. Windows color (decimal): -4596315 or 10870201. OLE color: 10870201.

HSL color Cylindrical-coordinate representation of color #B9DDA5: hue angle of 98.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9DDA5 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 165 -
CMYK 0.16 0 0.25 0.13
HSL 98.57º 0.45% 0.76% -
HSV(B) 98.57º 0.25% 0.87% -
XYZ 52.66 64.74 45.32 -
YUV 203.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 185 221 165 0.16 0 0.25 0.13 98.57 0.45 0.76
Hex B9 DD A5 10 0 19 D 63 2D 4C
Octal 271 335 245 20 0 31 15 143 55 114
Binary 10111001 11011101 10100101 10000 0 11001 1101 1100011 101101 1001100

Color Harmonies of #B9DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDA5

Black with #B9DDA5

Text Example


Text Example

White with #B9DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDA5; }

 p { color: rgb(185,221,165); }

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

background-color css

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

 a { background-color: rgb(185,221,165); }

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

border-color css

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

 span { border-color: rgb(185,221,165); }

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