Html Css Color HEX #ADB550 Celery

📋 copy color: '#ADB550'

red 173 ◦ green 181 ◦ blue 80

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

Shades of Celery #ADB550

Tints of Celery #ADB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 39.86%
G = 41.71%
B = 18.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#ADB550 (or 0xADB550) is known color: Celery. HEX triplet: AD, B5 and 50. RGB value is (173,181,80). Sum of RGB (Red+Green+Blue) = 173+181+80=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB550 is #524AAF. Grayscale: #A7A7A7. Windows color (decimal): -5393072 or 5289389. OLE color: 5289389.

HSL color Cylindrical-coordinate representation of color #ADB550: hue angle of 64.75º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB550 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 80 -
CMYK 0.04 0 0.56 0.29
HSL 64.75º 0.41% 0.51% -
HSV(B) 64.75º 0.56% 0.71% -
XYZ 35.21 42.51 13.94 -
YUV 167.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 173 181 80 0.04 0 0.56 0.29 64.75 0.41 0.51
Hex AD B5 50 4 0 38 1D 41 29 33
Octal 255 265 120 4 0 70 35 101 51 63
Binary 10101101 10110101 1010000 100 0 111000 11101 1000001 101001 110011

Color Harmonies of #ADB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB550

Black with #ADB550

Text Example


Text Example

White with #ADB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB550; }

 p { color: rgb(173,181,80); }

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

background-color css

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

 a { background-color: rgb(173,181,80); }

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

border-color css

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

 span { border-color: rgb(173,181,80); }

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