Html Css Color HEX #ADB94A Celery

📋 copy color: '#ADB94A'

red 173 ◦ green 185 ◦ blue 74

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

Shades of Celery #ADB94A

Tints of Celery #ADB94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.82%

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

R = 40.05%
G = 42.82%
B = 17.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#ADB94A (or 0xADB94A) is known color: Celery. HEX triplet: AD, B9 and 4A. RGB value is (173,185,74). Sum of RGB (Red+Green+Blue) = 173+185+74=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB94A is #5246B5. Grayscale: #A9A9A9. Windows color (decimal): -5392054 or 4897197. OLE color: 4897197.

HSL color Cylindrical-coordinate representation of color #ADB94A: hue angle of 66.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB94A is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 74 -
CMYK 0.06 0 0.6 0.27
HSL 66.49º 0.44% 0.51% -
HSV(B) 66.49º 0.6% 0.73% -
XYZ 35.82 44.08 13.1 -
YUV 168.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 173 185 74 0.06 0 0.6 0.27 66.49 0.44 0.51
Hex AD B9 4A 6 0 3C 1B 42 2C 33
Octal 255 271 112 6 0 74 33 102 54 63
Binary 10101101 10111001 1001010 110 0 111100 11011 1000010 101100 110011

Color Harmonies of #ADB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB94A

Black with #ADB94A

Text Example


Text Example

White with #ADB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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