Html Css Color HEX #9A9602 Lucky

📋 copy color: '#9A9602'

red 154 ◦ green 150 ◦ blue 2

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

Shades of Lucky #9A9602

Tints of Lucky #9A9602

RGB

 RED value IS 154 (60.55% from 255) = 50.33%

 GREEN value IS 150 (58.98% from 255) = 49.02%

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

R = 50.33%
G = 49.02%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A9602 (or 0x9A9602) is known color: Lucky. HEX triplet: 9A, 96 and 02. RGB value is (154,150,2). Sum of RGB (Red+Green+Blue) = 154+150+2=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9602 is #6569FD. Grayscale: #868686. Windows color (decimal): -6646270 or 169626. OLE color: 169626.

HSL color Cylindrical-coordinate representation of color #9A9602: hue angle of 58.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A9602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 150 2 -
CMYK 0 0.03 0.99 0.40
HSL 58.42º 0.97% 0.31% -
HSV(B) 58.42º 0.99% 0.6% -
XYZ 24.24 28.69 4.32 -
YUV 134.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 154 150 2 0 0.03 0.99 0.40 58.42 0.97 0.31
Hex 9A 96 2 0 3 63 28 3A 61 1F
Octal 232 226 2 0 3 143 50 72 141 37
Binary 10011010 10010110 10 0 11 1100011 101000 111010 1100001 11111

Color Harmonies of #9A9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9602

Black with #9A9602

Text Example


Text Example

White with #9A9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A9602; }

 p { color: rgb(154,150,2); }

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

background-color css

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

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

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

border-color css

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

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

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