Html Css Color HEX #ADC055 Celery

📋 copy color: '#ADC055'

red 173 ◦ green 192 ◦ blue 85

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

Shades of Celery #ADC055

Tints of Celery #ADC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 38.44%
G = 42.67%
B = 18.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#ADC055 (or 0xADC055) is known color: Celery. HEX triplet: AD, C0 and 55. RGB value is (173,192,85). Sum of RGB (Red+Green+Blue) = 173+192+85=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC055 is #523FAA. Grayscale: #AEAEAE. Windows color (decimal): -5390251 or 5619885. OLE color: 5619885.

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

Color convert

RGB 173 192 85 -
CMYK 0.10 0 0.56 0.25
HSL 70.65º 0.46% 0.54% -
HSV(B) 70.65º 0.56% 0.75% -
XYZ 37.72 47.24 15.72 -
YUV 174.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 173 192 85 0.10 0 0.56 0.25 70.65 0.46 0.54
Hex AD C0 55 A 0 38 19 47 2E 36
Octal 255 300 125 12 0 70 31 107 56 66
Binary 10101101 11000000 1010101 1010 0 111000 11001 1000111 101110 110110

Color Harmonies of #ADC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC055

Black with #ADC055

Text Example


Text Example

White with #ADC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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