Html Css Color HEX #9B9313 Lucky

📋 copy color: '#9B9313'

red 155 ◦ green 147 ◦ blue 19

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

Shades of Lucky #9B9313

Tints of Lucky #9B9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 48.29%
G = 45.79%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B9313 (or 0x9B9313) is known color: Lucky. HEX triplet: 9B, 93 and 13. RGB value is (155,147,19). Sum of RGB (Red+Green+Blue) = 155+147+19=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9313 is #646CEC. Grayscale: #878787. Windows color (decimal): -6581485 or 1282971. OLE color: 1282971.

HSL color Cylindrical-coordinate representation of color #9B9313: hue angle of 56.47º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B9313 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 147 19 -
CMYK 0 0.05 0.88 0.39
HSL 56.47º 0.78% 0.34% -
HSV(B) 56.47º 0.88% 0.61% -
XYZ 24.07 27.88 4.73 -
YUV 134.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 155 147 19 0 0.05 0.88 0.39 56.47 0.78 0.34
Hex 9B 93 13 0 5 58 27 38 4E 22
Octal 233 223 23 0 5 130 47 70 116 42
Binary 10011011 10010011 10011 0 101 1011000 100111 111000 1001110 100010

Color Harmonies of #9B9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9313

Black with #9B9313

Text Example


Text Example

White with #9B9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,19); }

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

background-color css

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

 a { background-color: rgb(155,147,19); }

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

border-color css

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

 span { border-color: rgb(155,147,19); }

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