Html Css Color HEX #ADA300 Lucky

📋 copy color: '#ADA300'

red 173 ◦ green 163 ◦ blue 0

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

Shades of Lucky #ADA300

Tints of Lucky #ADA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.51%

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

R = 51.49%
G = 48.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA300 (or 0xADA300) is known color: Lucky. HEX triplet: AD, A3 and 00. RGB value is (173,163,0). Sum of RGB (Red+Green+Blue) = 173+163+0=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA300 is #525CFF. Grayscale: #949494. Windows color (decimal): -5397760 or 41901. OLE color: 41901.

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

Color convert

RGB 173 163 0 -
CMYK 0 0.06 1 0.32
HSL 56.53º 1% 0.34% -
HSV(B) 56.53º 1% 0.68% -
XYZ 30.33 35.08 5.17 -
YUV 147.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 173 163 0 0 0.06 1 0.32 56.53 1 0.34
Hex AD A3 0 0 6 64 20 39 64 22
Octal 255 243 0 0 6 144 40 71 144 42
Binary 10101101 10100011 0 0 110 1100100 100000 111001 1100100 100010

Color Harmonies of #ADA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA300

Black with #ADA300

Text Example


Text Example

White with #ADA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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