Html Css Color HEX #ADB74A Celery

📋 copy color: '#ADB74A'

red 173 ◦ green 183 ◦ blue 74

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

Shades of Celery #ADB74A

Tints of Celery #ADB74A

RGB

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

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

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

R = 40.23%
G = 42.56%
B = 17.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#ADB74A (or 0xADB74A) is known color: Celery. HEX triplet: AD, B7 and 4A. RGB value is (173,183,74). Sum of RGB (Red+Green+Blue) = 173+183+74=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB74A is #5248B5. Grayscale: #A8A8A8. Windows color (decimal): -5392566 or 4896685. OLE color: 4896685.

HSL color Cylindrical-coordinate representation of color #ADB74A: hue angle of 65.5º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB74A is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 74 -
CMYK 0.05 0 0.60 0.28
HSL 65.5º 0.43% 0.5% -
HSV(B) 65.5º 0.6% 0.72% -
XYZ 35.4 43.25 12.96 -
YUV 167.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 173 183 74 0.05 0 0.60 0.28 65.5 0.43 0.5
Hex AD B7 4A 5 0 3C 1C 42 2B 32
Octal 255 267 112 5 0 74 34 102 53 62
Binary 10101101 10110111 1001010 101 0 111100 11100 1000010 101011 110010

Color Harmonies of #ADB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB74A

Black with #ADB74A

Text Example


Text Example

White with #ADB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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