Html Css Color HEX #ADC041 Celery

📋 copy color: '#ADC041'

red 173 ◦ green 192 ◦ blue 65

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

Shades of Celery #ADC041

Tints of Celery #ADC041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.12%

R = 40.23%
G = 44.65%
B = 15.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#ADC041 (or 0xADC041) is known color: Celery. HEX triplet: AD, C0 and 41. RGB value is (173,192,65). Sum of RGB (Red+Green+Blue) = 173+192+65=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC041 is #523FBE. Grayscale: #ACACAC. Windows color (decimal): -5390271 or 4309165. OLE color: 4309165.

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

Color convert

RGB 173 192 65 -
CMYK 0.10 0 0.66 0.25
HSL 68.98º 0.5% 0.5% -
HSV(B) 68.98º 0.66% 0.75% -
XYZ 37.04 46.97 12.11 -
YUV 171.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 173 192 65 0.10 0 0.66 0.25 68.98 0.5 0.5
Hex AD C0 41 A 0 42 19 45 32 32
Octal 255 300 101 12 0 102 31 105 62 62
Binary 10101101 11000000 1000001 1010 0 1000010 11001 1000101 110010 110010

Color Harmonies of #ADC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC041

Black with #ADC041

Text Example


Text Example

White with #ADC041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC041; }

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

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

background-color css

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

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

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

border-color css

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

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

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