#EBFB9C

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

Shades of Australian Mint #EBFB9C

Tints of Australian Mint #EBFB9C

Color information

#EBFB9C (or 0xEBFB9C) is unknown color: approx Australian Mint. HEX triplet: EB, FB and 9C. RGB value is (235,251,156). Sum of RGB (Red+Green+Blue) = 235+251+156=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 156 (61.33% from 255 or 24.30% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFB9C is #140463. Grayscale: #EBEBEB. Windows color (decimal): -1311844 or 10288107. OLE color: 10288107.

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

Color convert

RGB235251156-
CMYK0.0600.380.02
HSL70.11º92.23%79.8%-
HSV(B)70.11º37.85%98.43%-
XYZ74.7689.0644.7-
YUV235.3983.2127.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 156 (61.33% from 255) = 24.30%
R=36.60%
G=39.10%
B=24.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511560.0600.380.0270.1192.2379.8
HexEBFB9C60262465c50
Octal35337323460462106134120
Binary111010111111101110011100110010011010100011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFB9C; }

 p { color: rgb(235,251,156); }

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

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

 a { background-color: rgb(235,251,156); }

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

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

 span { border-color: rgb(235,251,156); }

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