Html Css Color HEX #ADA800 Citrus

📋 copy color: '#ADA800'

red 173 ◦ green 168 ◦ blue 0

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

Shades of Citrus #ADA800

Tints of Citrus #ADA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.27%

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

R = 50.73%
G = 49.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA800 (or 0xADA800) is known color: Citrus. HEX triplet: AD, A8 and 00. RGB value is (173,168,0). Sum of RGB (Red+Green+Blue) = 173+168+0=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA800 is #5257FF. Grayscale: #979797. Windows color (decimal): -5396480 or 43181. OLE color: 43181.

HSL color Cylindrical-coordinate representation of color #ADA800: hue angle of 58.27º 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 #ADA800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 0 -
CMYK 0 0.03 1 0.32
HSL 58.27º 1% 0.34% -
HSV(B) 58.27º 1% 0.68% -
XYZ 31.24 36.89 5.47 -
YUV 150.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 173 168 0 0 0.03 1 0.32 58.27 1 0.34
Hex AD A8 0 0 3 64 20 3A 64 22
Octal 255 250 0 0 3 144 40 72 144 42
Binary 10101101 10101000 0 0 11 1100100 100000 111010 1100100 100010

Color Harmonies of #ADA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA800

Black with #ADA800

Text Example


Text Example

White with #ADA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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