Html Css Color HEX #ADBD55 Celery

📋 copy color: '#ADBD55'

red 173 ◦ green 189 ◦ blue 85

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

Shades of Celery #ADBD55

Tints of Celery #ADBD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 38.7%
G = 42.28%
B = 19.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#ADBD55 (or 0xADBD55) is known color: Celery. HEX triplet: AD, BD and 55. RGB value is (173,189,85). Sum of RGB (Red+Green+Blue) = 173+189+85=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD55 is #5242AA. Grayscale: #ACACAC. Windows color (decimal): -5391019 or 5619117. OLE color: 5619117.

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

Color convert

RGB 173 189 85 -
CMYK 0.08 0 0.55 0.26
HSL 69.23º 0.44% 0.54% -
HSV(B) 69.23º 0.55% 0.74% -
XYZ 37.07 45.94 15.51 -
YUV 172.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 173 189 85 0.08 0 0.55 0.26 69.23 0.44 0.54
Hex AD BD 55 8 0 37 1A 45 2C 36
Octal 255 275 125 10 0 67 32 105 54 66
Binary 10101101 10111101 1010101 1000 0 110111 11010 1000101 101100 110110

Color Harmonies of #ADBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD55

Black with #ADBD55

Text Example


Text Example

White with #ADBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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