Html Css Color HEX #A0BA54 Celery

📋 copy color: '#A0BA54'

red 160 ◦ green 186 ◦ blue 84

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

Shades of Celery #A0BA54

Tints of Celery #A0BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.53%

R = 37.21%
G = 43.26%
B = 19.53%

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

#A0BA54 (or 0xA0BA54) is known color: Celery. HEX triplet: A0, BA and 54. RGB value is (160,186,84). Sum of RGB (Red+Green+Blue) = 160+186+84=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA54 is #5F45AB. Grayscale: #A6A6A6. Windows color (decimal): -6243756 or 5552800. OLE color: 5552800.

HSL color Cylindrical-coordinate representation of color #A0BA54: hue angle of 75.29º 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 #A0BA54 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 84 -
CMYK 0.14 0 0.55 0.27
HSL 75.29º 0.43% 0.53% -
HSV(B) 75.29º 0.55% 0.73% -
XYZ 33.66 43.23 14.96 -
YUV 166.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 160 186 84 0.14 0 0.55 0.27 75.29 0.43 0.53
Hex A0 BA 54 E 0 37 1B 4B 2A 35
Octal 240 272 124 16 0 67 33 113 52 65
Binary 10100000 10111010 1010100 1110 0 110111 11011 1001011 101010 110101

Color Harmonies of #A0BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA54

Black with #A0BA54

Text Example


Text Example

White with #A0BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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