Html Css Color HEX #A0B349 Celery

📋 copy color: '#A0B349'

red 160 ◦ green 179 ◦ blue 73

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

Shades of Celery #A0B349

Tints of Celery #A0B349

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

 GREEN value IS 179 (70.31% from 255) = 43.45%

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 38.83%
G = 43.45%
B = 17.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#A0B349 (or 0xA0B349) is known color: Celery. HEX triplet: A0, B3 and 49. RGB value is (160,179,73). Sum of RGB (Red+Green+Blue) = 160+179+73=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B349 is #5F4CB6. Grayscale: #A1A1A1. Windows color (decimal): -6245559 or 4830112. OLE color: 4830112.

HSL color Cylindrical-coordinate representation of color #A0B349: hue angle of 70.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0B349 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 73 -
CMYK 0.11 0 0.59 0.30
HSL 70.75º 0.42% 0.49% -
HSV(B) 70.75º 0.59% 0.7% -
XYZ 31.82 40.19 12.38 -
YUV 161.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 160 179 73 0.11 0 0.59 0.30 70.75 0.42 0.49
Hex A0 B3 49 B 0 3B 1E 47 2A 31
Octal 240 263 111 13 0 73 36 107 52 61
Binary 10100000 10110011 1001001 1011 0 111011 11110 1000111 101010 110001

Color Harmonies of #A0B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B349

Black with #A0B349

Text Example


Text Example

White with #A0B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B349; }

 p { color: rgb(160,179,73); }

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

background-color css

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

 a { background-color: rgb(160,179,73); }

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

border-color css

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

 span { border-color: rgb(160,179,73); }

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