Html Css Color HEX #9A950B Lucky

📋 copy color: '#9A950B'

red 154 ◦ green 149 ◦ blue 11

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

Shades of Lucky #9A950B

Tints of Lucky #9A950B

RGB

 RED value IS 154 (60.55% from 255) = 49.04%

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

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 49.04%
G = 47.45%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A950B (or 0x9A950B) is known color: Lucky. HEX triplet: 9A, 95 and 0B. RGB value is (154,149,11). Sum of RGB (Red+Green+Blue) = 154+149+11=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A950B is #656AF4. Grayscale: #878787. Windows color (decimal): -6646517 or 759194. OLE color: 759194.

HSL color Cylindrical-coordinate representation of color #9A950B: hue angle of 57.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A950B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 149 11 -
CMYK 0 0.03 0.93 0.40
HSL 57.9º 0.87% 0.32% -
HSV(B) 57.9º 0.93% 0.6% -
XYZ 24.13 28.39 4.52 -
YUV 134.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 154 149 11 0 0.03 0.93 0.40 57.9 0.87 0.32
Hex 9A 95 B 0 3 5D 28 3A 57 20
Octal 232 225 13 0 3 135 50 72 127 40
Binary 10011010 10010101 1011 0 11 1011101 101000 111010 1010111 100000

Color Harmonies of #9A950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A950B

Black with #9A950B

Text Example


Text Example

White with #9A950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,149,11); }

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

background-color css

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

 a { background-color: rgb(154,149,11); }

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

border-color css

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

 span { border-color: rgb(154,149,11); }

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