Html Css Color HEX #A2B955 Celery

📋 copy color: '#A2B955'

red 162 ◦ green 185 ◦ blue 85

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

Shades of Celery #A2B955

Tints of Celery #A2B955

RGB

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

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

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

R = 37.5%
G = 42.82%
B = 19.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#A2B955 (or 0xA2B955) is known color: Celery. HEX triplet: A2, B9 and 55. RGB value is (162,185,85). Sum of RGB (Red+Green+Blue) = 162+185+85=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B955 is #5D46AA. Grayscale: #A7A7A7. Windows color (decimal): -6112939 or 5618082. OLE color: 5618082.

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

Color convert

RGB 162 185 85 -
CMYK 0.12 0 0.54 0.27
HSL 73.8º 0.42% 0.53% -
HSV(B) 73.8º 0.54% 0.73% -
XYZ 33.89 43.04 15.11 -
YUV 166.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 162 185 85 0.12 0 0.54 0.27 73.8 0.42 0.53
Hex A2 B9 55 C 0 36 1B 4A 2A 35
Octal 242 271 125 14 0 66 33 112 52 65
Binary 10100010 10111001 1010101 1100 0 110110 11011 1001010 101010 110101

Color Harmonies of #A2B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B955

Black with #A2B955

Text Example


Text Example

White with #A2B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B955; }

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

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

background-color css

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

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

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

border-color css

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

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

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