Html Css Color HEX #A0BC4A Celery

📋 copy color: '#A0BC4A'

red 160 ◦ green 188 ◦ blue 74

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

Shades of Celery #A0BC4A

Tints of Celery #A0BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 37.91%
G = 44.55%
B = 17.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#A0BC4A (or 0xA0BC4A) is known color: Celery. HEX triplet: A0, BC and 4A. RGB value is (160,188,74). Sum of RGB (Red+Green+Blue) = 160+188+74=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC4A is #5F43B5. Grayscale: #A7A7A7. Windows color (decimal): -6243254 or 4897952. OLE color: 4897952.

HSL color Cylindrical-coordinate representation of color #A0BC4A: hue angle of 74.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0BC4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 74 -
CMYK 0.15 0 0.61 0.26
HSL 74.74º 0.46% 0.51% -
HSV(B) 74.74º 0.61% 0.74% -
XYZ 33.72 43.93 13.18 -
YUV 166.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 160 188 74 0.15 0 0.61 0.26 74.74 0.46 0.51
Hex A0 BC 4A F 0 3D 1A 4B 2E 33
Octal 240 274 112 17 0 75 32 113 56 63
Binary 10100000 10111100 1001010 1111 0 111101 11010 1001011 101110 110011

Color Harmonies of #A0BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC4A

Black with #A0BC4A

Text Example


Text Example

White with #A0BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC4A; }

 p { color: rgb(160,188,74); }

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

background-color css

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

 a { background-color: rgb(160,188,74); }

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

border-color css

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

 span { border-color: rgb(160,188,74); }

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