Html Css Color HEX #9C951F Lucky

📋 copy color: '#9C951F'

red 156 ◦ green 149 ◦ blue 31

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

Shades of Lucky #9C951F

Tints of Lucky #9C951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 46.43%
G = 44.35%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C951F (or 0x9C951F) is known color: Lucky. HEX triplet: 9C, 95 and 1F. RGB value is (156,149,31). Sum of RGB (Red+Green+Blue) = 156+149+31=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C951F is #636AE0. Grayscale: #8A8A8A. Windows color (decimal): -6515425 or 2069916. OLE color: 2069916.

HSL color Cylindrical-coordinate representation of color #9C951F: hue angle of 56.64º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C951F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 149 31 -
CMYK 0 0.04 0.80 0.39
HSL 56.64º 0.67% 0.37% -
HSV(B) 56.64º 0.8% 0.61% -
XYZ 24.71 28.66 5.53 -
YUV 137.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 156 149 31 0 0.04 0.80 0.39 56.64 0.67 0.37
Hex 9C 95 1F 0 4 50 27 39 43 25
Octal 234 225 37 0 4 120 47 71 103 45
Binary 10011100 10010101 11111 0 100 1010000 100111 111001 1000011 100101

Color Harmonies of #9C951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C951F

Black with #9C951F

Text Example


Text Example

White with #9C951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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