Html Css Color HEX #ADC052 Celery

📋 copy color: '#ADC052'

red 173 ◦ green 192 ◦ blue 82

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

Shades of Celery #ADC052

Tints of Celery #ADC052

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 38.7%
G = 42.95%
B = 18.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#ADC052 (or 0xADC052) is known color: Celery. HEX triplet: AD, C0 and 52. RGB value is (173,192,82). Sum of RGB (Red+Green+Blue) = 173+192+82=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC052 is #523FAD. Grayscale: #AEAEAE. Windows color (decimal): -5390254 or 5423277. OLE color: 5423277.

HSL color Cylindrical-coordinate representation of color #ADC052: hue angle of 70.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC052 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 82 -
CMYK 0.10 0 0.57 0.25
HSL 70.36º 0.47% 0.54% -
HSV(B) 70.36º 0.57% 0.75% -
XYZ 37.61 47.19 15.11 -
YUV 173.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 173 192 82 0.10 0 0.57 0.25 70.36 0.47 0.54
Hex AD C0 52 A 0 39 19 46 2F 36
Octal 255 300 122 12 0 71 31 106 57 66
Binary 10101101 11000000 1010010 1010 0 111001 11001 1000110 101111 110110

Color Harmonies of #ADC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC052

Black with #ADC052

Text Example


Text Example

White with #ADC052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC052; }

 p { color: rgb(173,192,82); }

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

background-color css

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

 a { background-color: rgb(173,192,82); }

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

border-color css

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

 span { border-color: rgb(173,192,82); }

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