Html Css Color HEX #9B961F Lucky

📋 copy color: '#9B961F'

red 155 ◦ green 150 ◦ blue 31

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

Shades of Lucky #9B961F

Tints of Lucky #9B961F

RGB

 RED value IS 155 (60.94% from 255) = 46.13%

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

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

R = 46.13%
G = 44.64%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B961F (or 0x9B961F) is known color: Lucky. HEX triplet: 9B, 96 and 1F. RGB value is (155,150,31). Sum of RGB (Red+Green+Blue) = 155+150+31=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B961F is #6469E0. Grayscale: #8A8A8A. Windows color (decimal): -6580705 or 2070171. OLE color: 2070171.

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

Color convert

RGB 155 150 31 -
CMYK 0 0.03 0.8 0.39
HSL 57.58º 0.67% 0.36% -
HSV(B) 57.58º 0.8% 0.61% -
XYZ 24.67 28.88 5.57 -
YUV 137.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 155 150 31 0 0.03 0.8 0.39 57.58 0.67 0.36
Hex 9B 96 1F 0 3 50 27 3A 43 24
Octal 233 226 37 0 3 120 47 72 103 44
Binary 10011011 10010110 11111 0 11 1010000 100111 111010 1000011 100100

Color Harmonies of #9B961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B961F

Black with #9B961F

Text Example


Text Example

White with #9B961F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,31); }

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

background-color css

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

 a { background-color: rgb(155,150,31); }

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

border-color css

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

 span { border-color: rgb(155,150,31); }

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