Html Css Color HEX #A0BC4C Celery

📋 copy color: '#A0BC4C'

red 160 ◦ green 188 ◦ blue 76

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

Shades of Celery #A0BC4C

Tints of Celery #A0BC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 37.74%
G = 44.34%
B = 17.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#A0BC4C (or 0xA0BC4C) is known color: Celery. HEX triplet: A0, BC and 4C. RGB value is (160,188,76). Sum of RGB (Red+Green+Blue) = 160+188+76=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC4C is #5F43B3. Grayscale: #A7A7A7. Windows color (decimal): -6243252 or 5029024. OLE color: 5029024.

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

Color convert

RGB 160 188 76 -
CMYK 0.15 0 0.60 0.26
HSL 75º 0.46% 0.52% -
HSV(B) 75º 0.6% 0.74% -
XYZ 33.78 43.96 13.54 -
YUV 166.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 160 188 76 0.15 0 0.60 0.26 75 0.46 0.52
Hex A0 BC 4C F 0 3C 1A 4B 2E 34
Octal 240 274 114 17 0 74 32 113 56 64
Binary 10100000 10111100 1001100 1111 0 111100 11010 1001011 101110 110100

Color Harmonies of #A0BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC4C

Black with #A0BC4C

Text Example


Text Example

White with #A0BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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