Html Css Color HEX #ADBD50 Celery

📋 copy color: '#ADBD50'

red 173 ◦ green 189 ◦ blue 80

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

Shades of Celery #ADBD50

Tints of Celery #ADBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

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

R = 39.14%
G = 42.76%
B = 18.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#ADBD50 (or 0xADBD50) is known color: Celery. HEX triplet: AD, BD and 50. RGB value is (173,189,80). Sum of RGB (Red+Green+Blue) = 173+189+80=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD50 is #5242AF. Grayscale: #ACACAC. Windows color (decimal): -5391024 or 5291437. OLE color: 5291437.

HSL color Cylindrical-coordinate representation of color #ADBD50: hue angle of 68.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADBD50 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 80 -
CMYK 0.08 0 0.58 0.26
HSL 68.81º 0.45% 0.53% -
HSV(B) 68.81º 0.58% 0.74% -
XYZ 36.88 45.86 14.5 -
YUV 171.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 173 189 80 0.08 0 0.58 0.26 68.81 0.45 0.53
Hex AD BD 50 8 0 3A 1A 45 2D 35
Octal 255 275 120 10 0 72 32 105 55 65
Binary 10101101 10111101 1010000 1000 0 111010 11010 1000101 101101 110101

Color Harmonies of #ADBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD50

Black with #ADBD50

Text Example


Text Example

White with #ADBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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