Html Css Color HEX #A2BA4D Celery

📋 copy color: '#A2BA4D'

red 162 ◦ green 186 ◦ blue 77

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

Shades of Celery #A2BA4D

Tints of Celery #A2BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 38.12%
G = 43.76%
B = 18.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#A2BA4D (or 0xA2BA4D) is known color: Celery. HEX triplet: A2, BA and 4D. RGB value is (162,186,77). Sum of RGB (Red+Green+Blue) = 162+186+77=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA4D is #5D45B2. Grayscale: #A6A6A6. Windows color (decimal): -6112691 or 5094050. OLE color: 5094050.

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

Color convert

RGB 162 186 77 -
CMYK 0.13 0 0.59 0.27
HSL 73.21º 0.44% 0.52% -
HSV(B) 73.21º 0.59% 0.73% -
XYZ 33.8 43.34 13.6 -
YUV 166.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 162 186 77 0.13 0 0.59 0.27 73.21 0.44 0.52
Hex A2 BA 4D D 0 3B 1B 49 2C 34
Octal 242 272 115 15 0 73 33 111 54 64
Binary 10100010 10111010 1001101 1101 0 111011 11011 1001001 101100 110100

Color Harmonies of #A2BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA4D

Black with #A2BA4D

Text Example


Text Example

White with #A2BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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