Html Css Color HEX #9B9520 Lucky

📋 copy color: '#9B9520'

red 155 ◦ green 149 ◦ blue 32

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

Shades of Lucky #9B9520

Tints of Lucky #9B9520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 46.13%
G = 44.35%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B9520 (or 0x9B9520) is known color: Lucky. HEX triplet: 9B, 95 and 20. RGB value is (155,149,32). Sum of RGB (Red+Green+Blue) = 155+149+32=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9520 is #646ADF. Grayscale: #898989. Windows color (decimal): -6580960 or 2135451. OLE color: 2135451.

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

Color convert

RGB 155 149 32 -
CMYK 0 0.04 0.79 0.39
HSL 57.07º 0.66% 0.37% -
HSV(B) 57.07º 0.79% 0.61% -
XYZ 24.53 28.57 5.59 -
YUV 137.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 155 149 32 0 0.04 0.79 0.39 57.07 0.66 0.37
Hex 9B 95 20 0 4 4F 27 39 42 25
Octal 233 225 40 0 4 117 47 71 102 45
Binary 10011011 10010101 100000 0 100 1001111 100111 111001 1000010 100101

Color Harmonies of #9B9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9520

Black with #9B9520

Text Example


Text Example

White with #9B9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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