Html Css Color HEX #ADB64A Celery

📋 copy color: '#ADB64A'

red 173 ◦ green 182 ◦ blue 74

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

Shades of Celery #ADB64A

Tints of Celery #ADB64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 40.33%
G = 42.42%
B = 17.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#ADB64A (or 0xADB64A) is known color: Celery. HEX triplet: AD, B6 and 4A. RGB value is (173,182,74). Sum of RGB (Red+Green+Blue) = 173+182+74=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB64A is #5249B5. Grayscale: #A7A7A7. Windows color (decimal): -5392822 or 4896429. OLE color: 4896429.

HSL color Cylindrical-coordinate representation of color #ADB64A: hue angle of 65º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB64A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 74 -
CMYK 0.05 0 0.59 0.29
HSL 65º 0.43% 0.5% -
HSV(B) 65º 0.59% 0.71% -
XYZ 35.2 42.83 12.89 -
YUV 167 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 173 182 74 0.05 0 0.59 0.29 65 0.43 0.5
Hex AD B6 4A 5 0 3B 1D 41 2B 32
Octal 255 266 112 5 0 73 35 101 53 62
Binary 10101101 10110110 1001010 101 0 111011 11101 1000001 101011 110010

Color Harmonies of #ADB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB64A

Black with #ADB64A

Text Example


Text Example

White with #ADB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB64A; }

 p { color: rgb(173,182,74); }

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

background-color css

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

 a { background-color: rgb(173,182,74); }

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

border-color css

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

 span { border-color: rgb(173,182,74); }

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