Html Css Color HEX #ADAD02 Citrus

📋 copy color: '#ADAD02'

red 173 ◦ green 173 ◦ blue 2

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

Shades of Citrus #ADAD02

Tints of Citrus #ADAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 49.71%
G = 49.71%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADAD02 (or 0xADAD02) is known color: Citrus. HEX triplet: AD, AD and 02. RGB value is (173,173,2). Sum of RGB (Red+Green+Blue) = 173+173+2=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD02 is #5252FD. Grayscale: #9A9A9A. Windows color (decimal): -5395198 or 175533. OLE color: 175533.

HSL color Cylindrical-coordinate representation of color #ADAD02: hue angle of 60º degrees, saturation: 0.98, 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 #ADAD02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 2 -
CMYK 0 0 0.99 0.32
HSL 60º 0.98% 0.34% -
HSV(B) 60º 0.99% 0.68% -
XYZ 32.19 38.78 5.85 -
YUV 153.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 173 173 2 0 0 0.99 0.32 60 0.98 0.34
Hex AD AD 2 0 0 63 20 3C 62 22
Octal 255 255 2 0 0 143 40 74 142 42
Binary 10101101 10101101 10 0 0 1100011 100000 111100 1100010 100010

Color Harmonies of #ADAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD02

Black with #ADAD02

Text Example


Text Example

White with #ADAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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