Html Css Color HEX #ADB249 Celery

📋 copy color: '#ADB249'

red 173 ◦ green 178 ◦ blue 73

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

Shades of Celery #ADB249

Tints of Celery #ADB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 40.8%
G = 41.98%
B = 17.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#ADB249 (or 0xADB249) is known color: Celery. HEX triplet: AD, B2 and 49. RGB value is (173,178,73). Sum of RGB (Red+Green+Blue) = 173+178+73=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB249 is #524DB6. Grayscale: #A4A4A4. Windows color (decimal): -5393847 or 4829869. OLE color: 4829869.

HSL color Cylindrical-coordinate representation of color #ADB249: hue angle of 62.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB249 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 73 -
CMYK 0.03 0 0.59 0.30
HSL 62.86º 0.42% 0.49% -
HSV(B) 62.86º 0.59% 0.7% -
XYZ 34.36 41.21 12.45 -
YUV 164.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 173 178 73 0.03 0 0.59 0.30 62.86 0.42 0.49
Hex AD B2 49 3 0 3B 1E 3F 2A 31
Octal 255 262 111 3 0 73 36 77 52 61
Binary 10101101 10110010 1001001 11 0 111011 11110 111111 101010 110001

Color Harmonies of #ADB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB249

Black with #ADB249

Text Example


Text Example

White with #ADB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB249; }

 p { color: rgb(173,178,73); }

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

background-color css

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

 a { background-color: rgb(173,178,73); }

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

border-color css

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

 span { border-color: rgb(173,178,73); }

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