Html Css Color HEX #9C9505 Lucky

📋 copy color: '#9C9505'

red 156 ◦ green 149 ◦ blue 5

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

Shades of Lucky #9C9505

Tints of Lucky #9C9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 50.32%
G = 48.06%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C9505 (or 0x9C9505) is known color: Lucky. HEX triplet: 9C, 95 and 05. RGB value is (156,149,5). Sum of RGB (Red+Green+Blue) = 156+149+5=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9505 is #636AFA. Grayscale: #878787. Windows color (decimal): -6515451 or 365980. OLE color: 365980.

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

Color convert

RGB 156 149 5 -
CMYK 0 0.04 0.97 0.39
HSL 57.22º 0.94% 0.32% -
HSV(B) 57.22º 0.97% 0.61% -
XYZ 24.49 28.57 4.37 -
YUV 134.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 156 149 5 0 0.04 0.97 0.39 57.22 0.94 0.32
Hex 9C 95 5 0 4 61 27 39 5E 20
Octal 234 225 5 0 4 141 47 71 136 40
Binary 10011100 10010101 101 0 100 1100001 100111 111001 1011110 100000

Color Harmonies of #9C9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9505

Black with #9C9505

Text Example


Text Example

White with #9C9505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,149,5); }

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

background-color css

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

 a { background-color: rgb(156,149,5); }

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

border-color css

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

 span { border-color: rgb(156,149,5); }

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