Html Css Color HEX #A0B541 Celery

📋 copy color: '#A0B541'

red 160 ◦ green 181 ◦ blue 65

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

Shades of Celery #A0B541

Tints of Celery #A0B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 39.41%
G = 44.58%
B = 16.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#A0B541 (or 0xA0B541) is known color: Celery. HEX triplet: A0, B5 and 41. RGB value is (160,181,65). Sum of RGB (Red+Green+Blue) = 160+181+65=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B541 is #5F4ABE. Grayscale: #A1A1A1. Windows color (decimal): -6245055 or 4306336. OLE color: 4306336.

HSL color Cylindrical-coordinate representation of color #A0B541: hue angle of 70.86º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0B541 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 65 -
CMYK 0.12 0 0.64 0.29
HSL 70.86º 0.47% 0.48% -
HSV(B) 70.86º 0.64% 0.71% -
XYZ 31.98 40.9 11.21 -
YUV 161.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 160 181 65 0.12 0 0.64 0.29 70.86 0.47 0.48
Hex A0 B5 41 C 0 40 1D 47 2F 30
Octal 240 265 101 14 0 100 35 107 57 60
Binary 10100000 10110101 1000001 1100 0 1000000 11101 1000111 101111 110000

Color Harmonies of #A0B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B541

Black with #A0B541

Text Example


Text Example

White with #A0B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B541; }

 p { color: rgb(160,181,65); }

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

background-color css

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

 a { background-color: rgb(160,181,65); }

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

border-color css

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

 span { border-color: rgb(160,181,65); }

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