Html Css Color HEX #ADB950 Celery

📋 copy color: '#ADB950'

red 173 ◦ green 185 ◦ blue 80

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

Shades of Celery #ADB950

Tints of Celery #ADB950

RGB

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

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

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

R = 39.5%
G = 42.24%
B = 18.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#ADB950 (or 0xADB950) is known color: Celery. HEX triplet: AD, B9 and 50. RGB value is (173,185,80). Sum of RGB (Red+Green+Blue) = 173+185+80=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB950 is #5246AF. Grayscale: #A9A9A9. Windows color (decimal): -5392048 or 5290413. OLE color: 5290413.

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

Color convert

RGB 173 185 80 -
CMYK 0.06 0 0.57 0.27
HSL 66.86º 0.43% 0.52% -
HSV(B) 66.86º 0.57% 0.73% -
XYZ 36.03 44.16 14.21 -
YUV 169.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 173 185 80 0.06 0 0.57 0.27 66.86 0.43 0.52
Hex AD B9 50 6 0 39 1B 43 2B 34
Octal 255 271 120 6 0 71 33 103 53 64
Binary 10101101 10111001 1010000 110 0 111001 11011 1000011 101011 110100

Color Harmonies of #ADB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB950

Black with #ADB950

Text Example


Text Example

White with #ADB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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