#9F9B2D

Color #9F9B2D Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9F9B2D

Tints of Lucky #9F9B2D

Color information

#9F9B2D (or 0x9F9B2D) is unknown color: approx Lucky. HEX triplet: 9F, 9B and 2D. RGB value is (159,155,45). Sum of RGB (Red+Green+Blue) = 159+155+45=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9B2D is #6064D2. Grayscale: #909090. Windows color (decimal): -6317267 or 2988959. OLE color: 2988959.

HSL color Cylindrical-coordinate representation of color #9F9B2D: hue angle of 57.89º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F9B2D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15915545-
CMYK00.030.720.38
HSL57.89º55.88%40%-
HSV(B)57.89º71.7%62.35%-
XYZ26.49317.07-
YUV143.6672.33138.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=44.29%
G=43.18%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591554500.030.720.3857.8955.8840
Hex9F9B2D0348263a3828
Octal237233550311046727050
Binary10011111100110111011010111001000100110111010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,45); }

 H1.HeaderClassName
 {
   color: #9F9B2D;
 }
 .AnyTagClassName
 {
   color: #9F9B2D;
 }
</style>
background-color css

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

 a { background-color: rgb(159,155,45); }

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

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

 span { border-color: rgb(159,155,45); }

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