Html Css Color HEX #9C960C Lucky

📋 copy color: '#9C960C'

red 156 ◦ green 150 ◦ blue 12

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

Shades of Lucky #9C960C

Tints of Lucky #9C960C

RGB

 RED value IS 156 (61.33% from 255) = 49.06%

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

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

R = 49.06%
G = 47.17%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C960C (or 0x9C960C) is known color: Lucky. HEX triplet: 9C, 96 and 0C. RGB value is (156,150,12). Sum of RGB (Red+Green+Blue) = 156+150+12=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C960C is #6369F3. Grayscale: #888888. Windows color (decimal): -6515188 or 824988. OLE color: 824988.

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

Color convert

RGB 156 150 12 -
CMYK 0 0.04 0.92 0.39
HSL 57.5º 0.86% 0.33% -
HSV(B) 57.5º 0.92% 0.61% -
XYZ 24.68 28.91 4.63 -
YUV 136.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 156 150 12 0 0.04 0.92 0.39 57.5 0.86 0.33
Hex 9C 96 C 0 4 5C 27 3A 56 21
Octal 234 226 14 0 4 134 47 72 126 41
Binary 10011100 10010110 1100 0 100 1011100 100111 111010 1010110 100001

Color Harmonies of #9C960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C960C

Black with #9C960C

Text Example


Text Example

White with #9C960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,12); }

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

background-color css

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

 a { background-color: rgb(156,150,12); }

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

border-color css

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

 span { border-color: rgb(156,150,12); }

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