Html Css Color HEX #B5DBAF Madang

📋 copy color: '#B5DBAF'

red 181 ◦ green 219 ◦ blue 175

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

Shades of Madang #B5DBAF

Tints of Madang #B5DBAF

RGB

 RED value IS 181 (71.09% from 255) = 31.48%

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

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

R = 31.48%
G = 38.09%
B = 30.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#B5DBAF (or 0xB5DBAF) is known color: Madang. HEX triplet: B5, DB and AF. RGB value is (181,219,175). Sum of RGB (Red+Green+Blue) = 181+219+175=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DBAF is #4A2450. Grayscale: #CACACA. Windows color (decimal): -4858961 or 11525045. OLE color: 11525045.

HSL color Cylindrical-coordinate representation of color #B5DBAF: hue angle of 111.82º 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 #B5DBAF is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 175 -
CMYK 0.17 0 0.20 0.14
HSL 111.82º 0.38% 0.77% -
HSV(B) 111.82º 0.2% 0.86% -
XYZ 52.13 63.58 50.08 -
YUV 202.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 181 219 175 0.17 0 0.20 0.14 111.82 0.38 0.77
Hex B5 DB AF 11 0 14 E 70 26 4D
Octal 265 333 257 21 0 24 16 160 46 115
Binary 10110101 11011011 10101111 10001 0 10100 1110 1110000 100110 1001101

Color Harmonies of #B5DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBAF

Black with #B5DBAF

Text Example


Text Example

White with #B5DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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