Html Css Color HEX #EBF9B3 Australian Mint

📋 copy color: '#EBF9B3'

red 235 ◦ green 249 ◦ blue 179

#EBF9B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EBF9B3

Tints of Australian Mint #EBF9B3

RGB

 RED value IS 235 (92.19% from 255) = 35.44%

 GREEN value IS 249 (97.66% from 255) = 37.56%

 BLUE value IS 179 (70.31% from 255) = 27%

R = 35.44%
G = 37.56%
B = 27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#EBF9B3 (or 0xEBF9B3) is known color: Australian Mint. HEX triplet: EB, F9 and B3. RGB value is (235,249,179). Sum of RGB (Red+Green+Blue) = 235+249+179=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 179 (70.31% from 255 or 27.00% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9B3 is #14064C. Grayscale: #EDEDED. Windows color (decimal): -1312333 or 11794923. OLE color: 11794923.

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

Color convert

RGB 235 249 179 -
CMYK 0.06 0 0.28 0.02
HSL 72º 0.85% 0.84% -
HSV(B) 72º 0.28% 0.98% -
XYZ 76.27 88.67 55.74 -
YUV 236.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 235 249 179 0.06 0 0.28 0.02 72 0.85 0.84
Hex EB F9 B3 6 0 1C 2 48 55 54
Octal 353 371 263 6 0 34 2 110 125 124
Binary 11101011 11111001 10110011 110 0 11100 10 1001000 1010101 1010100

Color Harmonies of #EBF9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF9B3

Black with #EBF9B3

Text Example


Text Example

White with #EBF9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF9B3; }

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

 H1.HeaderClassName
 {
   color: #EBF9B3;
 }
 .AnyTagClassName
 {
   color: #EBF9B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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