Html Css Color HEX #B4DBA2 Madang

📋 copy color: '#B4DBA2'

red 180 ◦ green 219 ◦ blue 162

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

Shades of Madang #B4DBA2

Tints of Madang #B4DBA2

RGB

 RED value IS 180 (70.7% from 255) = 32.09%

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

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 32.09%
G = 39.04%
B = 28.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#B4DBA2 (or 0xB4DBA2) is known color: Madang. HEX triplet: B4, DB and A2. RGB value is (180,219,162). Sum of RGB (Red+Green+Blue) = 180+219+162=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DBA2 is #4B245D. Grayscale: #C9C9C9. Windows color (decimal): -4924510 or 10673076. OLE color: 10673076.

HSL color Cylindrical-coordinate representation of color #B4DBA2: hue angle of 101.05º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4DBA2 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 162 -
CMYK 0.18 0 0.26 0.14
HSL 101.05º 0.44% 0.75% -
HSV(B) 101.05º 0.26% 0.86% -
XYZ 50.68 62.97 43.67 -
YUV 200.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 180 219 162 0.18 0 0.26 0.14 101.05 0.44 0.75
Hex B4 DB A2 12 0 1A E 65 2C 4B
Octal 264 333 242 22 0 32 16 145 54 113
Binary 10110100 11011011 10100010 10010 0 11010 1110 1100101 101100 1001011

Color Harmonies of #B4DBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBA2

Black with #B4DBA2

Text Example


Text Example

White with #B4DBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBA2; }

 p { color: rgb(180,219,162); }

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

background-color css

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

 a { background-color: rgb(180,219,162); }

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

border-color css

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

 span { border-color: rgb(180,219,162); }

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