Html Css Color HEX #A0BC52 Celery

📋 copy color: '#A0BC52'

red 160 ◦ green 188 ◦ blue 82

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

Shades of Celery #A0BC52

Tints of Celery #A0BC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 37.21%
G = 43.72%
B = 19.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#A0BC52 (or 0xA0BC52) is known color: Celery. HEX triplet: A0, BC and 52. RGB value is (160,188,82). Sum of RGB (Red+Green+Blue) = 160+188+82=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC52 is #5F43AD. Grayscale: #A7A7A7. Windows color (decimal): -6243246 or 5422240. OLE color: 5422240.

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

Color convert

RGB 160 188 82 -
CMYK 0.15 0 0.56 0.26
HSL 75.85º 0.44% 0.53% -
HSV(B) 75.85º 0.56% 0.74% -
XYZ 34 44.05 14.69 -
YUV 167.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 160 188 82 0.15 0 0.56 0.26 75.85 0.44 0.53
Hex A0 BC 52 F 0 38 1A 4C 2C 35
Octal 240 274 122 17 0 70 32 114 54 65
Binary 10100000 10111100 1010010 1111 0 111000 11010 1001100 101100 110101

Color Harmonies of #A0BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC52

Black with #A0BC52

Text Example


Text Example

White with #A0BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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