Html Css Color HEX #ADA700 Citrus

📋 copy color: '#ADA700'

red 173 ◦ green 167 ◦ blue 0

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

Shades of Citrus #ADA700

Tints of Citrus #ADA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.12%

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

R = 50.88%
G = 49.12%
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

#ADA700 (or 0xADA700) is known color: Citrus. HEX triplet: AD, A7 and 00. RGB value is (173,167,0). Sum of RGB (Red+Green+Blue) = 173+167+0=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA700 is #5258FF. Grayscale: #969696. Windows color (decimal): -5396736 or 42925. OLE color: 42925.

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

Color convert

RGB 173 167 0 -
CMYK 0 0.03 1 0.32
HSL 57.92º 1% 0.34% -
HSV(B) 57.92º 1% 0.68% -
XYZ 31.05 36.52 5.41 -
YUV 149.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 173 167 0 0 0.03 1 0.32 57.92 1 0.34
Hex AD A7 0 0 3 64 20 3A 64 22
Octal 255 247 0 0 3 144 40 72 144 42
Binary 10101101 10100111 0 0 11 1100100 100000 111010 1100100 100010

Color Harmonies of #ADA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA700

Black with #ADA700

Text Example


Text Example

White with #ADA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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