Html Css Color HEX #ADB850 Celery

📋 copy color: '#ADB850'

red 173 ◦ green 184 ◦ blue 80

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

Shades of Celery #ADB850

Tints of Celery #ADB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

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

R = 39.59%
G = 42.11%
B = 18.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#ADB850 (or 0xADB850) is known color: Celery. HEX triplet: AD, B8 and 50. RGB value is (173,184,80). Sum of RGB (Red+Green+Blue) = 173+184+80=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB850 is #5247AF. Grayscale: #A9A9A9. Windows color (decimal): -5392304 or 5290157. OLE color: 5290157.

HSL color Cylindrical-coordinate representation of color #ADB850: hue angle of 66.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB850 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 80 -
CMYK 0.06 0 0.57 0.28
HSL 66.35º 0.42% 0.52% -
HSV(B) 66.35º 0.57% 0.72% -
XYZ 35.82 43.74 14.14 -
YUV 168.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 173 184 80 0.06 0 0.57 0.28 66.35 0.42 0.52
Hex AD B8 50 6 0 39 1C 42 2A 34
Octal 255 270 120 6 0 71 34 102 52 64
Binary 10101101 10111000 1010000 110 0 111001 11100 1000010 101010 110100

Color Harmonies of #ADB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB850

Black with #ADB850

Text Example


Text Example

White with #ADB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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