#EBF4B0

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

Shades of Australian Mint #EBF4B0

Tints of Australian Mint #EBF4B0

Color information

#EBF4B0 (or 0xEBF4B0) is unknown color: approx Australian Mint. HEX triplet: EB, F4 and B0. RGB value is (235,244,176). Sum of RGB (Red+Green+Blue) = 235+244+176=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4B0 is #140B4F. Grayscale: #E9E9E9. Windows color (decimal): -1313616 or 11597035. OLE color: 11597035.

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

Color convert

RGB235244176-
CMYK0.0400.280.04
HSL67.94º75.56%82.35%-
HSV(B)67.94º27.87%95.69%-
XYZ74.4585.553.65-
YUV233.5695.52129.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 176 (69.14% from 255) = 26.87%
R=35.88%
G=37.25%
B=26.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441760.0400.280.0467.9475.5682.35
HexEBF4B0401C4444c52
Octal35336426040344104114122
Binary111010111111010010110000100011100100100010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4B0; }

 p { color: rgb(235,244,176); }

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

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

 a { background-color: rgb(235,244,176); }

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

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

 span { border-color: rgb(235,244,176); }

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