Html Css Color HEX #A2BA4C Celery

📋 copy color: '#A2BA4C'

red 162 ◦ green 186 ◦ blue 76

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

Shades of Celery #A2BA4C

Tints of Celery #A2BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 38.21%
G = 43.87%
B = 17.92%

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

#A2BA4C (or 0xA2BA4C) is known color: Celery. HEX triplet: A2, BA and 4C. RGB value is (162,186,76). Sum of RGB (Red+Green+Blue) = 162+186+76=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA4C is #5D45B3. Grayscale: #A6A6A6. Windows color (decimal): -6112692 or 5028514. OLE color: 5028514.

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

Color convert

RGB 162 186 76 -
CMYK 0.13 0 0.59 0.27
HSL 73.09º 0.44% 0.51% -
HSV(B) 73.09º 0.59% 0.73% -
XYZ 33.76 43.32 13.42 -
YUV 166.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 162 186 76 0.13 0 0.59 0.27 73.09 0.44 0.51
Hex A2 BA 4C D 0 3B 1B 49 2C 33
Octal 242 272 114 15 0 73 33 111 54 63
Binary 10100010 10111010 1001100 1101 0 111011 11011 1001001 101100 110011

Color Harmonies of #A2BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA4C

Black with #A2BA4C

Text Example


Text Example

White with #A2BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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