Html Css Color HEX #ADB955 Celery

📋 copy color: '#ADB955'

red 173 ◦ green 185 ◦ blue 85

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

Shades of Celery #ADB955

Tints of Celery #ADB955

RGB

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

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

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

R = 39.05%
G = 41.76%
B = 19.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#ADB955 (or 0xADB955) is known color: Celery. HEX triplet: AD, B9 and 55. RGB value is (173,185,85). Sum of RGB (Red+Green+Blue) = 173+185+85=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB955 is #5246AA. Grayscale: #AAAAAA. Windows color (decimal): -5392043 or 5618093. OLE color: 5618093.

HSL color Cylindrical-coordinate representation of color #ADB955: hue angle of 67.2º 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 #ADB955 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 85 -
CMYK 0.06 0 0.54 0.27
HSL 67.2º 0.42% 0.53% -
HSV(B) 67.2º 0.54% 0.73% -
XYZ 36.22 44.24 15.22 -
YUV 170.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 173 185 85 0.06 0 0.54 0.27 67.2 0.42 0.53
Hex AD B9 55 6 0 36 1B 43 2A 35
Octal 255 271 125 6 0 66 33 103 52 65
Binary 10101101 10111001 1010101 110 0 110110 11011 1000011 101010 110101

Color Harmonies of #ADB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB955

Black with #ADB955

Text Example


Text Example

White with #ADB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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