Html Css Color HEX #ADA601 Citrus

📋 copy color: '#ADA601'

red 173 ◦ green 166 ◦ blue 1

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

Shades of Citrus #ADA601

Tints of Citrus #ADA601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 50.88%
G = 48.82%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA601 (or 0xADA601) is known color: Citrus. HEX triplet: AD, A6 and 01. RGB value is (173,166,1). Sum of RGB (Red+Green+Blue) = 173+166+1=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA601 is #5259FE. Grayscale: #959595. Windows color (decimal): -5396991 or 108205. OLE color: 108205.

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

Color convert

RGB 173 166 1 -
CMYK 0 0.04 0.99 0.32
HSL 57.56º 0.99% 0.34% -
HSV(B) 57.56º 0.99% 0.68% -
XYZ 30.88 36.16 5.38 -
YUV 149.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 173 166 1 0 0.04 0.99 0.32 57.56 0.99 0.34
Hex AD A6 1 0 4 63 20 3A 63 22
Octal 255 246 1 0 4 143 40 72 143 42
Binary 10101101 10100110 1 0 100 1100011 100000 111010 1100011 100010

Color Harmonies of #ADA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA601

Black with #ADA601

Text Example


Text Example

White with #ADA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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