Html Css Color HEX #A0B942 Celery

📋 copy color: '#A0B942'

red 160 ◦ green 185 ◦ blue 66

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

Shades of Celery #A0B942

Tints of Celery #A0B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 38.93%
G = 45.01%
B = 16.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#A0B942 (or 0xA0B942) is known color: Celery. HEX triplet: A0, B9 and 42. RGB value is (160,185,66). Sum of RGB (Red+Green+Blue) = 160+185+66=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B942 is #5F46BD. Grayscale: #A4A4A4. Windows color (decimal): -6244030 or 4372896. OLE color: 4372896.

HSL color Cylindrical-coordinate representation of color #A0B942: hue angle of 72.61º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0B942 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 66 -
CMYK 0.14 0 0.64 0.27
HSL 72.61º 0.47% 0.49% -
HSV(B) 72.61º 0.64% 0.73% -
XYZ 32.83 42.56 11.64 -
YUV 163.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 160 185 66 0.14 0 0.64 0.27 72.61 0.47 0.49
Hex A0 B9 42 E 0 40 1B 49 2F 31
Octal 240 271 102 16 0 100 33 111 57 61
Binary 10100000 10111001 1000010 1110 0 1000000 11011 1001001 101111 110001

Color Harmonies of #A0B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B942

Black with #A0B942

Text Example


Text Example

White with #A0B942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B942; }

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

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

background-color css

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

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

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

border-color css

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

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

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