Html Css Color HEX #B2DBAA Madang

📋 copy color: '#B2DBAA'

red 178 ◦ green 219 ◦ blue 170

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

Shades of Madang #B2DBAA

Tints of Madang #B2DBAA

RGB

 RED value IS 178 (69.92% from 255) = 31.39%

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

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

R = 31.39%
G = 38.62%
B = 29.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B2DBAA (or 0xB2DBAA) is known color: Madang. HEX triplet: B2, DB and AA. RGB value is (178,219,170). Sum of RGB (Red+Green+Blue) = 178+219+170=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBAA is #4D2455. Grayscale: #C9C9C9. Windows color (decimal): -5055574 or 11197362. OLE color: 11197362.

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

Color convert

RGB 178 219 170 -
CMYK 0.19 0 0.22 0.14
HSL 110.2º 0.4% 0.76% -
HSV(B) 110.2º 0.22% 0.86% -
XYZ 50.95 63.03 47.51 -
YUV 201.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 178 219 170 0.19 0 0.22 0.14 110.2 0.4 0.76
Hex B2 DB AA 13 0 16 E 6E 28 4C
Octal 262 333 252 23 0 26 16 156 50 114
Binary 10110010 11011011 10101010 10011 0 10110 1110 1101110 101000 1001100

Color Harmonies of #B2DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBAA

Black with #B2DBAA

Text Example


Text Example

White with #B2DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBAA; }

 p { color: rgb(178,219,170); }

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

background-color css

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

 a { background-color: rgb(178,219,170); }

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

border-color css

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

 span { border-color: rgb(178,219,170); }

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