Html Css Color HEX #A0BC45 Celery

📋 copy color: '#A0BC45'

red 160 ◦ green 188 ◦ blue 69

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

Shades of Celery #A0BC45

Tints of Celery #A0BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 38.37%
G = 45.08%
B = 16.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#A0BC45 (or 0xA0BC45) is known color: Celery. HEX triplet: A0, BC and 45. RGB value is (160,188,69). Sum of RGB (Red+Green+Blue) = 160+188+69=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC45 is #5F43BA. Grayscale: #A6A6A6. Windows color (decimal): -6243259 or 4570272. OLE color: 4570272.

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

Color convert

RGB 160 188 69 -
CMYK 0.15 0 0.63 0.26
HSL 74.12º 0.47% 0.5% -
HSV(B) 74.12º 0.63% 0.74% -
XYZ 33.55 43.87 12.33 -
YUV 166.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 160 188 69 0.15 0 0.63 0.26 74.12 0.47 0.5
Hex A0 BC 45 F 0 3F 1A 4A 2F 32
Octal 240 274 105 17 0 77 32 112 57 62
Binary 10100000 10111100 1000101 1111 0 111111 11010 1001010 101111 110010

Color Harmonies of #A0BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC45

Black with #A0BC45

Text Example


Text Example

White with #A0BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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