Html Css Color HEX #A1B349 Celery

📋 copy color: '#A1B349'

red 161 ◦ green 179 ◦ blue 73

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

Shades of Celery #A1B349

Tints of Celery #A1B349

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

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

R = 38.98%
G = 43.34%
B = 17.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#A1B349 (or 0xA1B349) is known color: Celery. HEX triplet: A1, B3 and 49. RGB value is (161,179,73). Sum of RGB (Red+Green+Blue) = 161+179+73=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B349 is #5E4CB6. Grayscale: #A1A1A1. Windows color (decimal): -6180023 or 4830113. OLE color: 4830113.

HSL color Cylindrical-coordinate representation of color #A1B349: hue angle of 70.19º 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 #A1B349 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 73 -
CMYK 0.10 0 0.59 0.30
HSL 70.19º 0.42% 0.49% -
HSV(B) 70.19º 0.59% 0.7% -
XYZ 32.02 40.3 12.39 -
YUV 161.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 161 179 73 0.10 0 0.59 0.30 70.19 0.42 0.49
Hex A1 B3 49 A 0 3B 1E 46 2A 31
Octal 241 263 111 12 0 73 36 106 52 61
Binary 10100001 10110011 1001001 1010 0 111011 11110 1000110 101010 110001

Color Harmonies of #A1B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B349

Black with #A1B349

Text Example


Text Example

White with #A1B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B349; }

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

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

background-color css

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

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

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

border-color css

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

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

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