Html Css Color HEX #A0BC54 Celery

📋 copy color: '#A0BC54'

red 160 ◦ green 188 ◦ blue 84

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

Shades of Celery #A0BC54

Tints of Celery #A0BC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

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

R = 37.04%
G = 43.52%
B = 19.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#A0BC54 (or 0xA0BC54) is known color: Celery. HEX triplet: A0, BC and 54. RGB value is (160,188,84). Sum of RGB (Red+Green+Blue) = 160+188+84=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC54 is #5F43AB. Grayscale: #A8A8A8. Windows color (decimal): -6243244 or 5553312. OLE color: 5553312.

HSL color Cylindrical-coordinate representation of color #A0BC54: hue angle of 76.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0BC54 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 84 -
CMYK 0.15 0 0.55 0.26
HSL 76.15º 0.44% 0.53% -
HSV(B) 76.15º 0.55% 0.74% -
XYZ 34.08 44.08 15.1 -
YUV 167.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 160 188 84 0.15 0 0.55 0.26 76.15 0.44 0.53
Hex A0 BC 54 F 0 37 1A 4C 2C 35
Octal 240 274 124 17 0 67 32 114 54 65
Binary 10100000 10111100 1010100 1111 0 110111 11010 1001100 101100 110101

Color Harmonies of #A0BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC54

Black with #A0BC54

Text Example


Text Example

White with #A0BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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