Html Css Color HEX #B9DBAF Madang

📋 copy color: '#B9DBAF'

red 185 ◦ green 219 ◦ blue 175

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

Shades of Madang #B9DBAF

Tints of Madang #B9DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 31.95%
G = 37.82%
B = 30.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#B9DBAF (or 0xB9DBAF) is known color: Madang. HEX triplet: B9, DB and AF. RGB value is (185,219,175). Sum of RGB (Red+Green+Blue) = 185+219+175=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DBAF is #462450. Grayscale: #CBCBCB. Windows color (decimal): -4596817 or 11525049. OLE color: 11525049.

HSL color Cylindrical-coordinate representation of color #B9DBAF: hue angle of 106.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9DBAF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 175 -
CMYK 0.16 0 0.20 0.14
HSL 106.36º 0.38% 0.77% -
HSV(B) 106.36º 0.2% 0.86% -
XYZ 53.08 64.07 50.13 -
YUV 203.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 185 219 175 0.16 0 0.20 0.14 106.36 0.38 0.77
Hex B9 DB AF 10 0 14 E 6A 26 4D
Octal 271 333 257 20 0 24 16 152 46 115
Binary 10111001 11011011 10101111 10000 0 10100 1110 1101010 100110 1001101

Color Harmonies of #B9DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBAF

Black with #B9DBAF

Text Example


Text Example

White with #B9DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBAF; }

 p { color: rgb(185,219,175); }

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

background-color css

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

 a { background-color: rgb(185,219,175); }

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

border-color css

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

 span { border-color: rgb(185,219,175); }

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