Html Css Color HEX #9A950C Lucky

📋 copy color: '#9A950C'

red 154 ◦ green 149 ◦ blue 12

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

Shades of Lucky #9A950C

Tints of Lucky #9A950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 48.89%
G = 47.3%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A950C (or 0x9A950C) is known color: Lucky. HEX triplet: 9A, 95 and 0C. RGB value is (154,149,12). Sum of RGB (Red+Green+Blue) = 154+149+12=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A950C is #656AF3. Grayscale: #878787. Windows color (decimal): -6646516 or 824730. OLE color: 824730.

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

Color convert

RGB 154 149 12 -
CMYK 0 0.03 0.92 0.40
HSL 57.89º 0.86% 0.33% -
HSV(B) 57.89º 0.92% 0.6% -
XYZ 24.14 28.39 4.56 -
YUV 134.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 154 149 12 0 0.03 0.92 0.40 57.89 0.86 0.33
Hex 9A 95 C 0 3 5C 28 3A 56 21
Octal 232 225 14 0 3 134 50 72 126 41
Binary 10011010 10010101 1100 0 11 1011100 101000 111010 1010110 100001

Color Harmonies of #9A950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A950C

Black with #9A950C

Text Example


Text Example

White with #9A950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,149,12); }

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

background-color css

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

 a { background-color: rgb(154,149,12); }

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

border-color css

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

 span { border-color: rgb(154,149,12); }

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