Html Css Color HEX #A0BA53 Celery

📋 copy color: '#A0BA53'

red 160 ◦ green 186 ◦ blue 83

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

Shades of Celery #A0BA53

Tints of Celery #A0BA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 83 (32.81% from 255) = 19.35%

R = 37.3%
G = 43.36%
B = 19.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#A0BA53 (or 0xA0BA53) is known color: Celery. HEX triplet: A0, BA and 53. RGB value is (160,186,83). Sum of RGB (Red+Green+Blue) = 160+186+83=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA53 is #5F45AC. Grayscale: #A6A6A6. Windows color (decimal): -6243757 or 5487264. OLE color: 5487264.

HSL color Cylindrical-coordinate representation of color #A0BA53: hue angle of 75.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0BA53 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 83 -
CMYK 0.14 0 0.55 0.27
HSL 75.15º 0.43% 0.53% -
HSV(B) 75.15º 0.55% 0.73% -
XYZ 33.62 43.22 14.75 -
YUV 166.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 160 186 83 0.14 0 0.55 0.27 75.15 0.43 0.53
Hex A0 BA 53 E 0 37 1B 4B 2B 35
Octal 240 272 123 16 0 67 33 113 53 65
Binary 10100000 10111010 1010011 1110 0 110111 11011 1001011 101011 110101

Color Harmonies of #A0BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA53

Black with #A0BA53

Text Example


Text Example

White with #A0BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA53; }

 p { color: rgb(160,186,83); }

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

background-color css

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

 a { background-color: rgb(160,186,83); }

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

border-color css

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

 span { border-color: rgb(160,186,83); }

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