Html Css Color HEX #ADBB50 Celery

📋 copy color: '#ADBB50'

red 173 ◦ green 187 ◦ blue 80

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

Shades of Celery #ADBB50

Tints of Celery #ADBB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.5%

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

R = 39.32%
G = 42.5%
B = 18.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#ADBB50 (or 0xADBB50) is known color: Celery. HEX triplet: AD, BB and 50. RGB value is (173,187,80). Sum of RGB (Red+Green+Blue) = 173+187+80=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB50 is #5244AF. Grayscale: #ABABAB. Windows color (decimal): -5391536 or 5290925. OLE color: 5290925.

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

Color convert

RGB 173 187 80 -
CMYK 0.07 0 0.57 0.27
HSL 67.85º 0.44% 0.52% -
HSV(B) 67.85º 0.57% 0.73% -
XYZ 36.45 45 14.35 -
YUV 170.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 173 187 80 0.07 0 0.57 0.27 67.85 0.44 0.52
Hex AD BB 50 7 0 39 1B 44 2C 34
Octal 255 273 120 7 0 71 33 104 54 64
Binary 10101101 10111011 1010000 111 0 111001 11011 1000100 101100 110100

Color Harmonies of #ADBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB50

Black with #ADBB50

Text Example


Text Example

White with #ADBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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