Html Css Color HEX #ADB949 Celery

📋 copy color: '#ADB949'

red 173 ◦ green 185 ◦ blue 73

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

Shades of Celery #ADB949

Tints of Celery #ADB949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.94%

R = 40.14%
G = 42.92%
B = 16.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#ADB949 (or 0xADB949) is known color: Celery. HEX triplet: AD, B9 and 49. RGB value is (173,185,73). Sum of RGB (Red+Green+Blue) = 173+185+73=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB949 is #5246B6. Grayscale: #A9A9A9. Windows color (decimal): -5392055 or 4831661. OLE color: 4831661.

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

Color convert

RGB 173 185 73 -
CMYK 0.06 0 0.61 0.27
HSL 66.43º 0.44% 0.51% -
HSV(B) 66.43º 0.61% 0.73% -
XYZ 35.79 44.06 12.92 -
YUV 168.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 173 185 73 0.06 0 0.61 0.27 66.43 0.44 0.51
Hex AD B9 49 6 0 3D 1B 42 2C 33
Octal 255 271 111 6 0 75 33 102 54 63
Binary 10101101 10111001 1001001 110 0 111101 11011 1000010 101100 110011

Color Harmonies of #ADB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB949

Black with #ADB949

Text Example


Text Example

White with #ADB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB949; }

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

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

background-color css

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

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

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

border-color css

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

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

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