Html Css Color HEX #ADB750 Celery

📋 copy color: '#ADB750'

red 173 ◦ green 183 ◦ blue 80

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

Shades of Celery #ADB750

Tints of Celery #ADB750

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 39.68%
G = 41.97%
B = 18.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#ADB750 (or 0xADB750) is known color: Celery. HEX triplet: AD, B7 and 50. RGB value is (173,183,80). Sum of RGB (Red+Green+Blue) = 173+183+80=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB750 is #5248AF. Grayscale: #A8A8A8. Windows color (decimal): -5392560 or 5289901. OLE color: 5289901.

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

Color convert

RGB 173 183 80 -
CMYK 0.05 0 0.56 0.28
HSL 65.83º 0.42% 0.52% -
HSV(B) 65.83º 0.56% 0.72% -
XYZ 35.62 43.33 14.08 -
YUV 168.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 173 183 80 0.05 0 0.56 0.28 65.83 0.42 0.52
Hex AD B7 50 5 0 38 1C 42 2A 34
Octal 255 267 120 5 0 70 34 102 52 64
Binary 10101101 10110111 1010000 101 0 111000 11100 1000010 101010 110100

Color Harmonies of #ADB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB750

Black with #ADB750

Text Example


Text Example

White with #ADB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB750; }

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

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

background-color css

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

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

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

border-color css

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

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

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