Html Css Color HEX #9B951F Lucky

📋 copy color: '#9B951F'

red 155 ◦ green 149 ◦ blue 31

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

Shades of Lucky #9B951F

Tints of Lucky #9B951F

RGB

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

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

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

R = 46.27%
G = 44.48%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B951F (or 0x9B951F) is known color: Lucky. HEX triplet: 9B, 95 and 1F. RGB value is (155,149,31). Sum of RGB (Red+Green+Blue) = 155+149+31=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B951F is #646AE0. Grayscale: #898989. Windows color (decimal): -6580961 or 2069915. OLE color: 2069915.

HSL color Cylindrical-coordinate representation of color #9B951F: hue angle of 57.1º 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 #9B951F is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 31 -
CMYK 0 0.04 0.8 0.39
HSL 57.1º 0.67% 0.36% -
HSV(B) 57.1º 0.8% 0.61% -
XYZ 24.51 28.56 5.52 -
YUV 137.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 155 149 31 0 0.04 0.8 0.39 57.1 0.67 0.36
Hex 9B 95 1F 0 4 50 27 39 43 24
Octal 233 225 37 0 4 120 47 71 103 44
Binary 10011011 10010101 11111 0 100 1010000 100111 111001 1000011 100100

Color Harmonies of #9B951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B951F

Black with #9B951F

Text Example


Text Example

White with #9B951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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