Html Css Color HEX #ADCB4A Celery

📋 copy color: '#ADCB4A'

red 173 ◦ green 203 ◦ blue 74

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

Shades of Celery #ADCB4A

Tints of Celery #ADCB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 38.44%
G = 45.11%
B = 16.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#ADCB4A (or 0xADCB4A) is known color: Celery. HEX triplet: AD, CB and 4A. RGB value is (173,203,74). Sum of RGB (Red+Green+Blue) = 173+203+74=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB4A is #5234B5. Grayscale: #B3B3B3. Windows color (decimal): -5387446 or 4901805. OLE color: 4901805.

HSL color Cylindrical-coordinate representation of color #ADCB4A: hue angle of 73.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADCB4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 74 -
CMYK 0.15 0 0.64 0.20
HSL 73.95º 0.55% 0.54% -
HSV(B) 73.95º 0.64% 0.8% -
XYZ 39.83 52.09 14.43 -
YUV 179.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 173 203 74 0.15 0 0.64 0.20 73.95 0.55 0.54
Hex AD CB 4A F 0 40 14 4A 37 36
Octal 255 313 112 17 0 100 24 112 67 66
Binary 10101101 11001011 1001010 1111 0 1000000 10100 1001010 110111 110110

Color Harmonies of #ADCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB4A

Black with #ADCB4A

Text Example


Text Example

White with #ADCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB4A; }

 p { color: rgb(173,203,74); }

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

background-color css

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

 a { background-color: rgb(173,203,74); }

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

border-color css

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

 span { border-color: rgb(173,203,74); }

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