Html Css Color HEX #B6DCAA Madang

📋 copy color: '#B6DCAA'

red 182 ◦ green 220 ◦ blue 170

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

Shades of Madang #B6DCAA

Tints of Madang #B6DCAA

RGB

 RED value IS 182 (71.48% from 255) = 31.82%

 GREEN value IS 220 (86.33% from 255) = 38.46%

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 31.82%
G = 38.46%
B = 29.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#B6DCAA (or 0xB6DCAA) is known color: Madang. HEX triplet: B6, DC and AA. RGB value is (182,220,170). Sum of RGB (Red+Green+Blue) = 182+220+170=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DCAA is #492355. Grayscale: #CBCBCB. Windows color (decimal): -4793174 or 11197622. OLE color: 11197622.

HSL color Cylindrical-coordinate representation of color #B6DCAA: hue angle of 105.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6DCAA is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 170 -
CMYK 0.17 0 0.23 0.14
HSL 105.6º 0.42% 0.76% -
HSV(B) 105.6º 0.23% 0.86% -
XYZ 52.14 64.03 47.64 -
YUV 202.94 109.41 113.07 -
System Red Green Blue C M Y K H S L
Decimal 182 220 170 0.17 0 0.23 0.14 105.6 0.42 0.76
Hex B6 DC AA 11 0 17 E 6A 2A 4C
Octal 266 334 252 21 0 27 16 152 52 114
Binary 10110110 11011100 10101010 10001 0 10111 1110 1101010 101010 1001100

Color Harmonies of #B6DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCAA

Black with #B6DCAA

Text Example


Text Example

White with #B6DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCAA; }

 p { color: rgb(182,220,170); }

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

background-color css

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

 a { background-color: rgb(182,220,170); }

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

border-color css

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

 span { border-color: rgb(182,220,170); }

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