Html Css Color HEX #B5D8A5 Madang

📋 copy color: '#B5D8A5'

red 181 ◦ green 216 ◦ blue 165

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

Shades of Madang #B5D8A5

Tints of Madang #B5D8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.43%

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

R = 32.21%
G = 38.43%
B = 29.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#B5D8A5 (or 0xB5D8A5) is known color: Madang. HEX triplet: B5, D8 and A5. RGB value is (181,216,165). Sum of RGB (Red+Green+Blue) = 181+216+165=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8A5 is #4A275A. Grayscale: #C7C7C7. Windows color (decimal): -4859739 or 10868917. OLE color: 10868917.

HSL color Cylindrical-coordinate representation of color #B5D8A5: hue angle of 101.18º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D8A5 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 216 165 -
CMYK 0.16 0 0.24 0.15
HSL 101.18º 0.4% 0.75% -
HSV(B) 101.18º 0.24% 0.85% -
XYZ 50.4 61.65 44.84 -
YUV 199.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 181 216 165 0.16 0 0.24 0.15 101.18 0.4 0.75
Hex B5 D8 A5 10 0 18 F 65 28 4B
Octal 265 330 245 20 0 30 17 145 50 113
Binary 10110101 11011000 10100101 10000 0 11000 1111 1100101 101000 1001011

Color Harmonies of #B5D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8A5

Black with #B5D8A5

Text Example


Text Example

White with #B5D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8A5; }

 p { color: rgb(181,216,165); }

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

background-color css

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

 a { background-color: rgb(181,216,165); }

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

border-color css

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

 span { border-color: rgb(181,216,165); }

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