Html Css Color HEX #A2BA4E Celery

📋 copy color: '#A2BA4E'

red 162 ◦ green 186 ◦ blue 78

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

Shades of Celery #A2BA4E

Tints of Celery #A2BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.31%

R = 38.03%
G = 43.66%
B = 18.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#A2BA4E (or 0xA2BA4E) is known color: Celery. HEX triplet: A2, BA and 4E. RGB value is (162,186,78). Sum of RGB (Red+Green+Blue) = 162+186+78=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA4E is #5D45B1. Grayscale: #A6A6A6. Windows color (decimal): -6112690 or 5159586. OLE color: 5159586.

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

Color convert

RGB 162 186 78 -
CMYK 0.13 0 0.58 0.27
HSL 73.33º 0.44% 0.52% -
HSV(B) 73.33º 0.58% 0.73% -
XYZ 33.83 43.35 13.79 -
YUV 166.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 162 186 78 0.13 0 0.58 0.27 73.33 0.44 0.52
Hex A2 BA 4E D 0 3A 1B 49 2C 34
Octal 242 272 116 15 0 72 33 111 54 64
Binary 10100010 10111010 1001110 1101 0 111010 11011 1001001 101100 110100

Color Harmonies of #A2BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA4E

Black with #A2BA4E

Text Example


Text Example

White with #A2BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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