Html Css Color HEX #ADA600 Citrus

📋 copy color: '#ADA600'

red 173 ◦ green 166 ◦ blue 0

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

Shades of Citrus #ADA600

Tints of Citrus #ADA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.03%
G = 48.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA600 (or 0xADA600) is known color: Citrus. HEX triplet: AD, A6 and 00. RGB value is (173,166,0). Sum of RGB (Red+Green+Blue) = 173+166+0=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA600 is #5259FF. Grayscale: #959595. Windows color (decimal): -5396992 or 42669. OLE color: 42669.

HSL color Cylindrical-coordinate representation of color #ADA600: hue angle of 57.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADA600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 0 -
CMYK 0 0.04 1 0.32
HSL 57.57º 1% 0.34% -
HSV(B) 57.57º 1% 0.68% -
XYZ 30.87 36.16 5.35 -
YUV 149.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 173 166 0 0 0.04 1 0.32 57.57 1 0.34
Hex AD A6 0 0 4 64 20 3A 64 22
Octal 255 246 0 0 4 144 40 72 144 42
Binary 10101101 10100110 0 0 100 1100100 100000 111010 1100100 100010

Color Harmonies of #ADA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA600

Black with #ADA600

Text Example


Text Example

White with #ADA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA600; }

 p { color: rgb(173,166,0); }

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

background-color css

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

 a { background-color: rgb(173,166,0); }

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

border-color css

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

 span { border-color: rgb(173,166,0); }

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