Html Css Color HEX #A0BC57 Celery

📋 copy color: '#A0BC57'

red 160 ◦ green 188 ◦ blue 87

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

Shades of Celery #A0BC57

Tints of Celery #A0BC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20%

R = 36.78%
G = 43.22%
B = 20%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#A0BC57 (or 0xA0BC57) is known color: Celery. HEX triplet: A0, BC and 57. RGB value is (160,188,87). Sum of RGB (Red+Green+Blue) = 160+188+87=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC57 is #5F43A8. Grayscale: #A8A8A8. Windows color (decimal): -6243241 or 5749920. OLE color: 5749920.

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

Color convert

RGB 160 188 87 -
CMYK 0.15 0 0.54 0.26
HSL 76.63º 0.43% 0.54% -
HSV(B) 76.63º 0.54% 0.74% -
XYZ 34.2 44.13 15.73 -
YUV 168.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 160 188 87 0.15 0 0.54 0.26 76.63 0.43 0.54
Hex A0 BC 57 F 0 36 1A 4D 2B 36
Octal 240 274 127 17 0 66 32 115 53 66
Binary 10100000 10111100 1010111 1111 0 110110 11010 1001101 101011 110110

Color Harmonies of #A0BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC57

Black with #A0BC57

Text Example


Text Example

White with #A0BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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