Html Css Color HEX #9F961A Lucky

📋 copy color: '#9F961A'

red 159 ◦ green 150 ◦ blue 26

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

Shades of Lucky #9F961A

Tints of Lucky #9F961A

RGB

 RED value IS 159 (62.5% from 255) = 47.46%

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 47.46%
G = 44.78%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F961A (or 0x9F961A) is known color: Lucky. HEX triplet: 9F, 96 and 1A. RGB value is (159,150,26). Sum of RGB (Red+Green+Blue) = 159+150+26=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F961A is #6069E5. Grayscale: #8B8B8B. Windows color (decimal): -6318566 or 1742495. OLE color: 1742495.

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

Color convert

RGB 159 150 26 -
CMYK 0 0.06 0.84 0.38
HSL 55.94º 0.72% 0.36% -
HSV(B) 55.94º 0.84% 0.62% -
XYZ 25.39 29.26 5.29 -
YUV 138.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 159 150 26 0 0.06 0.84 0.38 55.94 0.72 0.36
Hex 9F 96 1A 0 6 54 26 38 48 24
Octal 237 226 32 0 6 124 46 70 110 44
Binary 10011111 10010110 11010 0 110 1010100 100110 111000 1001000 100100

Color Harmonies of #9F961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F961A

Black with #9F961A

Text Example


Text Example

White with #9F961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,26); }

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

background-color css

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

 a { background-color: rgb(159,150,26); }

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

border-color css

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

 span { border-color: rgb(159,150,26); }

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