#EBF9B1

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

Shades of Australian Mint #EBF9B1

Tints of Australian Mint #EBF9B1

Color information

#EBF9B1 (or 0xEBF9B1) is unknown color: approx Australian Mint. HEX triplet: EB, F9 and B1. RGB value is (235,249,177). Sum of RGB (Red+Green+Blue) = 235+249+177=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF9B1 is #14064E. Grayscale: #ECECEC. Windows color (decimal): -1312335 or 11663851. OLE color: 11663851.

HSL color Cylindrical-coordinate representation of color #EBF9B1: hue angle of 71.67º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBF9B1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB235249177-
CMYK0.0600.290.02
HSL71.67º85.71%83.53%-
HSV(B)71.67º28.92%97.65%-
XYZ76.0788.5954.68-
YUV236.6194.36126.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 177 (69.53% from 255) = 26.78%
R=35.55%
G=37.67%
B=26.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491770.0600.290.0271.6785.7183.53
HexEBF9B1601D2485654
Octal35337126160352110126124
Binary11101011111110011011000111001110110100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9B1; }

 p { color: rgb(235,249,177); }

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

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

 a { background-color: rgb(235,249,177); }

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

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

 span { border-color: rgb(235,249,177); }

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