Html Css Color HEX #A0BD52 Celery

📋 copy color: '#A0BD52'

red 160 ◦ green 189 ◦ blue 82

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

Shades of Celery #A0BD52

Tints of Celery #A0BD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 37.12%
G = 43.85%
B = 19.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#A0BD52 (or 0xA0BD52) is known color: Celery. HEX triplet: A0, BD and 52. RGB value is (160,189,82). Sum of RGB (Red+Green+Blue) = 160+189+82=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD52 is #5F42AD. Grayscale: #A8A8A8. Windows color (decimal): -6242990 or 5422496. OLE color: 5422496.

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

Color convert

RGB 160 189 82 -
CMYK 0.15 0 0.57 0.26
HSL 76.26º 0.45% 0.53% -
HSV(B) 76.26º 0.57% 0.74% -
XYZ 34.22 44.48 14.76 -
YUV 168.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 160 189 82 0.15 0 0.57 0.26 76.26 0.45 0.53
Hex A0 BD 52 F 0 39 1A 4C 2D 35
Octal 240 275 122 17 0 71 32 114 55 65
Binary 10100000 10111101 1010010 1111 0 111001 11010 1001100 101101 110101

Color Harmonies of #A0BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD52

Black with #A0BD52

Text Example


Text Example

White with #A0BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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