Html Css Color HEX #A2B940 Celery

📋 copy color: '#A2B940'

red 162 ◦ green 185 ◦ blue 64

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

Shades of Celery #A2B940

Tints of Celery #A2B940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 39.42%
G = 45.01%
B = 15.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#A2B940 (or 0xA2B940) is known color: Celery. HEX triplet: A2, B9 and 40. RGB value is (162,185,64). Sum of RGB (Red+Green+Blue) = 162+185+64=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B940 is #5D46BF. Grayscale: #A4A4A4. Windows color (decimal): -6112960 or 4241826. OLE color: 4241826.

HSL color Cylindrical-coordinate representation of color #A2B940: hue angle of 71.4º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2B940 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 64 -
CMYK 0.12 0 0.65 0.27
HSL 71.4º 0.49% 0.49% -
HSV(B) 71.4º 0.65% 0.73% -
XYZ 33.17 42.75 11.35 -
YUV 164.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 162 185 64 0.12 0 0.65 0.27 71.4 0.49 0.49
Hex A2 B9 40 C 0 41 1B 47 31 31
Octal 242 271 100 14 0 101 33 107 61 61
Binary 10100010 10111001 1000000 1100 0 1000001 11011 1000111 110001 110001

Color Harmonies of #A2B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B940

Black with #A2B940

Text Example


Text Example

White with #A2B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B940; }

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

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

background-color css

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

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

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

border-color css

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

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

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