Html Css Color HEX #9C950F Lucky

📋 copy color: '#9C950F'

red 156 ◦ green 149 ◦ blue 15

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

Shades of Lucky #9C950F

Tints of Lucky #9C950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 48.75%
G = 46.56%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C950F (or 0x9C950F) is known color: Lucky. HEX triplet: 9C, 95 and 0F. RGB value is (156,149,15). Sum of RGB (Red+Green+Blue) = 156+149+15=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C950F is #636AF0. Grayscale: #888888. Windows color (decimal): -6515441 or 1021340. OLE color: 1021340.

HSL color Cylindrical-coordinate representation of color #9C950F: hue angle of 57.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C950F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 149 15 -
CMYK 0 0.04 0.90 0.39
HSL 57.02º 0.82% 0.34% -
HSV(B) 57.02º 0.9% 0.61% -
XYZ 24.54 28.6 4.68 -
YUV 135.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 156 149 15 0 0.04 0.90 0.39 57.02 0.82 0.34
Hex 9C 95 F 0 4 5A 27 39 52 22
Octal 234 225 17 0 4 132 47 71 122 42
Binary 10011100 10010101 1111 0 100 1011010 100111 111001 1010010 100010

Color Harmonies of #9C950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C950F

Black with #9C950F

Text Example


Text Example

White with #9C950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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