Html Css Color HEX #A2BA55 Celery

📋 copy color: '#A2BA55'

red 162 ◦ green 186 ◦ blue 85

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

Shades of Celery #A2BA55

Tints of Celery #A2BA55

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 37.41%
G = 42.96%
B = 19.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#A2BA55 (or 0xA2BA55) is known color: Celery. HEX triplet: A2, BA and 55. RGB value is (162,186,85). Sum of RGB (Red+Green+Blue) = 162+186+85=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA55 is #5D45AA. Grayscale: #A7A7A7. Windows color (decimal): -6112683 or 5618338. OLE color: 5618338.

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

Color convert

RGB 162 186 85 -
CMYK 0.13 0 0.54 0.27
HSL 74.26º 0.42% 0.53% -
HSV(B) 74.26º 0.54% 0.73% -
XYZ 34.1 43.46 15.18 -
YUV 167.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 162 186 85 0.13 0 0.54 0.27 74.26 0.42 0.53
Hex A2 BA 55 D 0 36 1B 4A 2A 35
Octal 242 272 125 15 0 66 33 112 52 65
Binary 10100010 10111010 1010101 1101 0 110110 11011 1001010 101010 110101

Color Harmonies of #A2BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA55

Black with #A2BA55

Text Example


Text Example

White with #A2BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA55; }

 p { color: rgb(162,186,85); }

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

background-color css

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

 a { background-color: rgb(162,186,85); }

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

border-color css

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

 span { border-color: rgb(162,186,85); }

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