Html Css Color HEX #AD9B00 Lucky

📋 copy color: '#AD9B00'

red 173 ◦ green 155 ◦ blue 0

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

Shades of Lucky #AD9B00

Tints of Lucky #AD9B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

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

R = 52.74%
G = 47.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD9B00 (or 0xAD9B00) is known color: Lucky. HEX triplet: AD, 9B and 00. RGB value is (173,155,0). Sum of RGB (Red+Green+Blue) = 173+155+0=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9B00 is #5264FF. Grayscale: #8F8F8F. Windows color (decimal): -5399808 or 39853. OLE color: 39853.

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

Color convert

RGB 173 155 0 -
CMYK 0 0.10 1 0.32
HSL 53.76º 1% 0.34% -
HSV(B) 53.76º 1% 0.68% -
XYZ 28.95 32.33 4.71 -
YUV 142.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 173 155 0 0 0.10 1 0.32 53.76 1 0.34
Hex AD 9B 0 0 A 64 20 36 64 22
Octal 255 233 0 0 12 144 40 66 144 42
Binary 10101101 10011011 0 0 1010 1100100 100000 110110 1100100 100010

Color Harmonies of #AD9B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B00

Black with #AD9B00

Text Example


Text Example

White with #AD9B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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