#B7DBAA

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

Shades of Madang #B7DBAA

Tints of Madang #B7DBAA

Color information

#B7DBAA (or 0xB7DBAA) is unknown color: approx Madang. HEX triplet: B7, DB and AA. RGB value is (183,219,170). Sum of RGB (Red+Green+Blue) = 183+219+170=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DBAA is #482455. Grayscale: #CACACA. Windows color (decimal): -4727894 or 11197367. OLE color: 11197367.

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

Color convert

RGB183219170-
CMYK0.1600.220.14
HSL104.08º40.5%76.27%-
HSV(B)104.08º22.37%85.88%-
XYZ52.1263.6347.57-
YUV202.65109.57113.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=31.99%
G=38.29%
B=29.72%

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
Decimal1832191700.1600.220.14104.0840.576.27
HexB7DBAA10016E68284c
Octal267333252200261615050114
Binary10110111110110111010101010000010110111011010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBAA; }

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

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

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

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

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

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

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

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