Html Css Color HEX #ADBA49 Celery

📋 copy color: '#ADBA49'

red 173 ◦ green 186 ◦ blue 73

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

Shades of Celery #ADBA49

Tints of Celery #ADBA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.06%

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

R = 40.05%
G = 43.06%
B = 16.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#ADBA49 (or 0xADBA49) is known color: Celery. HEX triplet: AD, BA and 49. RGB value is (173,186,73). Sum of RGB (Red+Green+Blue) = 173+186+73=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA49 is #5245B6. Grayscale: #A9A9A9. Windows color (decimal): -5391799 or 4831917. OLE color: 4831917.

HSL color Cylindrical-coordinate representation of color #ADBA49: hue angle of 66.9º degrees, saturation: 0.45, 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 #ADBA49 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 73 -
CMYK 0.07 0 0.61 0.27
HSL 66.9º 0.45% 0.51% -
HSV(B) 66.9º 0.61% 0.73% -
XYZ 36 44.48 12.99 -
YUV 169.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 173 186 73 0.07 0 0.61 0.27 66.9 0.45 0.51
Hex AD BA 49 7 0 3D 1B 43 2D 33
Octal 255 272 111 7 0 75 33 103 55 63
Binary 10101101 10111010 1001001 111 0 111101 11011 1000011 101101 110011

Color Harmonies of #ADBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA49

Black with #ADBA49

Text Example


Text Example

White with #ADBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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