Html Css Color HEX #A0BA42 Celery

📋 copy color: '#A0BA42'

red 160 ◦ green 186 ◦ blue 66

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

Shades of Celery #A0BA42

Tints of Celery #A0BA42

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

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

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

R = 38.83%
G = 45.15%
B = 16.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#A0BA42 (or 0xA0BA42) is known color: Celery. HEX triplet: A0, BA and 42. RGB value is (160,186,66). Sum of RGB (Red+Green+Blue) = 160+186+66=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA42 is #5F45BD. Grayscale: #A5A5A5. Windows color (decimal): -6243774 or 4373152. OLE color: 4373152.

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

Color convert

RGB 160 186 66 -
CMYK 0.14 0 0.65 0.27
HSL 73º 0.48% 0.49% -
HSV(B) 73º 0.65% 0.73% -
XYZ 33.04 42.98 11.71 -
YUV 164.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 160 186 66 0.14 0 0.65 0.27 73 0.48 0.49
Hex A0 BA 42 E 0 41 1B 49 30 31
Octal 240 272 102 16 0 101 33 111 60 61
Binary 10100000 10111010 1000010 1110 0 1000001 11011 1001001 110000 110001

Color Harmonies of #A0BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA42

Black with #A0BA42

Text Example


Text Example

White with #A0BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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