Html Css Color HEX #A0B041 Celery

📋 copy color: '#A0B041'

red 160 ◦ green 176 ◦ blue 65

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

Shades of Celery #A0B041

Tints of Celery #A0B041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

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

R = 39.9%
G = 43.89%
B = 16.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#A0B041 (or 0xA0B041) is known color: Celery. HEX triplet: A0, B0 and 41. RGB value is (160,176,65). Sum of RGB (Red+Green+Blue) = 160+176+65=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B041 is #5F4FBE. Grayscale: #9E9E9E. Windows color (decimal): -6246335 or 4305056. OLE color: 4305056.

HSL color Cylindrical-coordinate representation of color #A0B041: hue angle of 68.65º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0B041 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 65 -
CMYK 0.09 0 0.63 0.31
HSL 68.65º 0.46% 0.47% -
HSV(B) 68.65º 0.63% 0.69% -
XYZ 30.98 38.91 10.88 -
YUV 158.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 160 176 65 0.09 0 0.63 0.31 68.65 0.46 0.47
Hex A0 B0 41 9 0 3F 1F 45 2E 2F
Octal 240 260 101 11 0 77 37 105 56 57
Binary 10100000 10110000 1000001 1001 0 111111 11111 1000101 101110 101111

Color Harmonies of #A0B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B041

Black with #A0B041

Text Example


Text Example

White with #A0B041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B041; }

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

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

background-color css

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

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

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

border-color css

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

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

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