Html Css Color HEX #A0B954 Celery

📋 copy color: '#A0B954'

red 160 ◦ green 185 ◦ blue 84

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

Shades of Celery #A0B954

Tints of Celery #A0B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 37.3%
G = 43.12%
B = 19.58%

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

#A0B954 (or 0xA0B954) is known color: Celery. HEX triplet: A0, B9 and 54. RGB value is (160,185,84). Sum of RGB (Red+Green+Blue) = 160+185+84=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B954 is #5F46AB. Grayscale: #A6A6A6. Windows color (decimal): -6244012 or 5552544. OLE color: 5552544.

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

Color convert

RGB 160 185 84 -
CMYK 0.14 0 0.55 0.27
HSL 74.85º 0.42% 0.53% -
HSV(B) 74.85º 0.55% 0.73% -
XYZ 33.45 42.81 14.89 -
YUV 166.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 160 185 84 0.14 0 0.55 0.27 74.85 0.42 0.53
Hex A0 B9 54 E 0 37 1B 4B 2A 35
Octal 240 271 124 16 0 67 33 113 52 65
Binary 10100000 10111001 1010100 1110 0 110111 11011 1001011 101010 110101

Color Harmonies of #A0B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B954

Black with #A0B954

Text Example


Text Example

White with #A0B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B954; }

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

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

background-color css

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

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

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

border-color css

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

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

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