#EBF5B3

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

Shades of Australian Mint #EBF5B3

Tints of Australian Mint #EBF5B3

Color information

#EBF5B3 (or 0xEBF5B3) is unknown color: approx Australian Mint. HEX triplet: EB, F5 and B3. RGB value is (235,245,179). Sum of RGB (Red+Green+Blue) = 235+245+179=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 179 (70.31% from 255 or 27.16% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5B3 is #140A4C. Grayscale: #EAEAEA. Windows color (decimal): -1313357 or 11793899. OLE color: 11793899.

HSL color Cylindrical-coordinate representation of color #EBF5B3: hue angle of 69.09º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBF5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB235245179-
CMYK0.0400.270.04
HSL69.09º76.74%83.14%-
HSV(B)69.09º26.94%96.08%-
XYZ75.0586.2255.33-
YUV234.4996.69128.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 179 (70.31% from 255) = 27.16%
R=35.66%
G=37.18%
B=27.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352451790.0400.270.0469.0976.7483.14
HexEBF5B3401B4454d53
Octal35336526340334105115123
Binary111010111111010110110011100011011100100010110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5B3; }

 p { color: rgb(235,245,179); }

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

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

 a { background-color: rgb(235,245,179); }

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

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

 span { border-color: rgb(235,245,179); }

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