#B8DBAA

Color #B8DBAA Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B8DBAA

Tints of Madang #B8DBAA

Color information

#B8DBAA (or 0xB8DBAA) is unknown color: approx Madang. HEX triplet: B8, DB and AA. RGB value is (184,219,170). Sum of RGB (Red+Green+Blue) = 184+219+170=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DBAA is #472455. Grayscale: #CBCBCB. Windows color (decimal): -4662358 or 11197368. OLE color: 11197368.

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

Color convert

RGB184219170-
CMYK0.1600.220.14
HSL102.86º40.5%76.27%-
HSV(B)102.86º22.37%85.88%-
XYZ52.3563.7647.58-
YUV202.95109.4114.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=32.11%
G=38.22%
B=29.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842191700.1600.220.14102.8640.576.27
HexB8DBAA10016E67284c
Octal270333252200261614750114
Binary10111000110110111010101010000010110111011001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBAA; }

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

 H1.HeaderClassName
 {
   color: #B8DBAA;
 }
 .AnyTagClassName
 {
   color: #B8DBAA;
 }
</style>
background-color css

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

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

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

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

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

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