Html Css Color HEX #A2B04A Celery

📋 copy color: '#A2B04A'

red 162 ◦ green 176 ◦ blue 74

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

Shades of Celery #A2B04A

Tints of Celery #A2B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 39.32%
G = 42.72%
B = 17.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#A2B04A (or 0xA2B04A) is known color: Celery. HEX triplet: A2, B0 and 4A. RGB value is (162,176,74). Sum of RGB (Red+Green+Blue) = 162+176+74=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B04A is #5D4FB5. Grayscale: #A0A0A0. Windows color (decimal): -6115254 or 4894882. OLE color: 4894882.

HSL color Cylindrical-coordinate representation of color #A2B04A: hue angle of 68.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B04A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 74 -
CMYK 0.08 0 0.58 0.31
HSL 68.24º 0.41% 0.49% -
HSV(B) 68.24º 0.58% 0.69% -
XYZ 31.66 39.23 12.38 -
YUV 160.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 162 176 74 0.08 0 0.58 0.31 68.24 0.41 0.49
Hex A2 B0 4A 8 0 3A 1F 44 29 31
Octal 242 260 112 10 0 72 37 104 51 61
Binary 10100010 10110000 1001010 1000 0 111010 11111 1000100 101001 110001

Color Harmonies of #A2B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B04A

Black with #A2B04A

Text Example


Text Example

White with #A2B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B04A; }

 p { color: rgb(162,176,74); }

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

background-color css

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

 a { background-color: rgb(162,176,74); }

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

border-color css

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

 span { border-color: rgb(162,176,74); }

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