Html Css Color HEX #A2BA42 Celery

📋 copy color: '#A2BA42'

red 162 ◦ green 186 ◦ blue 66

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

Shades of Celery #A2BA42

Tints of Celery #A2BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 39.13%
G = 44.93%
B = 15.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#A2BA42 (or 0xA2BA42) is known color: Celery. HEX triplet: A2, BA and 42. RGB value is (162,186,66). Sum of RGB (Red+Green+Blue) = 162+186+66=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA42 is #5D45BD. Grayscale: #A5A5A5. Windows color (decimal): -6112702 or 4373154. OLE color: 4373154.

HSL color Cylindrical-coordinate representation of color #A2BA42: hue angle of 72º degrees, saturation: 0.48, 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 #A2BA42 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 66 -
CMYK 0.13 0 0.65 0.27
HSL 72º 0.48% 0.49% -
HSV(B) 72º 0.65% 0.73% -
XYZ 33.44 43.19 11.73 -
YUV 165.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 162 186 66 0.13 0 0.65 0.27 72 0.48 0.49
Hex A2 BA 42 D 0 41 1B 48 30 31
Octal 242 272 102 15 0 101 33 110 60 61
Binary 10100010 10111010 1000010 1101 0 1000001 11011 1001000 110000 110001

Color Harmonies of #A2BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA42

Black with #A2BA42

Text Example


Text Example

White with #A2BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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