Html Css Color HEX #ADBA55 Celery

📋 copy color: '#ADBA55'

red 173 ◦ green 186 ◦ blue 85

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

Shades of Celery #ADBA55

Tints of Celery #ADBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 38.96%
G = 41.89%
B = 19.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#ADBA55 (or 0xADBA55) is known color: Celery. HEX triplet: AD, BA and 55. RGB value is (173,186,85). Sum of RGB (Red+Green+Blue) = 173+186+85=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA55 is #5245AA. Grayscale: #AAAAAA. Windows color (decimal): -5391787 or 5618349. OLE color: 5618349.

HSL color Cylindrical-coordinate representation of color #ADBA55: hue angle of 67.72º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADBA55 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 85 -
CMYK 0.07 0 0.54 0.27
HSL 67.72º 0.42% 0.53% -
HSV(B) 67.72º 0.54% 0.73% -
XYZ 36.43 44.66 15.29 -
YUV 170.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 173 186 85 0.07 0 0.54 0.27 67.72 0.42 0.53
Hex AD BA 55 7 0 36 1B 44 2A 35
Octal 255 272 125 7 0 66 33 104 52 65
Binary 10101101 10111010 1010101 111 0 110110 11011 1000100 101010 110101

Color Harmonies of #ADBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA55

Black with #ADBA55

Text Example


Text Example

White with #ADBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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