Html Css Color HEX #ADAD03 Citrus

📋 copy color: '#ADAD03'

red 173 ◦ green 173 ◦ blue 3

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

Shades of Citrus #ADAD03

Tints of Citrus #ADAD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.57%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 49.57%
G = 49.57%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADAD03 (or 0xADAD03) is known color: Citrus. HEX triplet: AD, AD and 03. RGB value is (173,173,3). Sum of RGB (Red+Green+Blue) = 173+173+3=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD03 is #5252FC. Grayscale: #9A9A9A. Windows color (decimal): -5395197 or 241069. OLE color: 241069.

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

Color convert

RGB 173 173 3 -
CMYK 0 0 0.98 0.32
HSL 60º 0.97% 0.35% -
HSV(B) 60º 0.98% 0.68% -
XYZ 32.19 38.78 5.87 -
YUV 153.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 173 173 3 0 0 0.98 0.32 60 0.97 0.35
Hex AD AD 3 0 0 62 20 3C 61 23
Octal 255 255 3 0 0 142 40 74 141 43
Binary 10101101 10101101 11 0 0 1100010 100000 111100 1100001 100011

Color Harmonies of #ADAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD03

Black with #ADAD03

Text Example


Text Example

White with #ADAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD03; }

 p { color: rgb(173,173,3); }

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

background-color css

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

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

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

border-color css

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

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

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