Html Css Color HEX #9B9505 Lucky

📋 copy color: '#9B9505'

red 155 ◦ green 149 ◦ blue 5

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

Shades of Lucky #9B9505

Tints of Lucky #9B9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 50.16%
G = 48.22%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B9505 (or 0x9B9505) is known color: Lucky. HEX triplet: 9B, 95 and 05. RGB value is (155,149,5). Sum of RGB (Red+Green+Blue) = 155+149+5=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9505 is #646AFA. Grayscale: #868686. Windows color (decimal): -6580987 or 365979. OLE color: 365979.

HSL color Cylindrical-coordinate representation of color #9B9505: hue angle of 57.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B9505 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 5 -
CMYK 0 0.04 0.97 0.39
HSL 57.6º 0.94% 0.31% -
HSV(B) 57.6º 0.97% 0.61% -
XYZ 24.29 28.47 4.36 -
YUV 134.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 155 149 5 0 0.04 0.97 0.39 57.6 0.94 0.31
Hex 9B 95 5 0 4 61 27 3A 5E 1F
Octal 233 225 5 0 4 141 47 72 136 37
Binary 10011011 10010101 101 0 100 1100001 100111 111010 1011110 11111

Color Harmonies of #9B9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9505

Black with #9B9505

Text Example


Text Example

White with #9B9505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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