Html Css Color HEX #9B9912 Lucky

📋 copy color: '#9B9912'

red 155 ◦ green 153 ◦ blue 18

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

Shades of Lucky #9B9912

Tints of Lucky #9B9912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 47.55%
G = 46.93%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B9912 (or 0x9B9912) is known color: Lucky. HEX triplet: 9B, 99 and 12. RGB value is (155,153,18). Sum of RGB (Red+Green+Blue) = 155+153+18=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9912 is #6466ED. Grayscale: #8A8A8A. Windows color (decimal): -6579950 or 1218971. OLE color: 1218971.

HSL color Cylindrical-coordinate representation of color #9B9912: hue angle of 59.12º degrees, saturation: 0.79, 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 #9B9912 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 18 -
CMYK 0 0.01 0.88 0.39
HSL 59.12º 0.79% 0.34% -
HSV(B) 59.12º 0.88% 0.61% -
XYZ 25.02 29.79 5 -
YUV 138.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 155 153 18 0 0.01 0.88 0.39 59.12 0.79 0.34
Hex 9B 99 12 0 1 58 27 3B 4F 22
Octal 233 231 22 0 1 130 47 73 117 42
Binary 10011011 10011001 10010 0 1 1011000 100111 111011 1001111 100010

Color Harmonies of #9B9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9912

Black with #9B9912

Text Example


Text Example

White with #9B9912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,18); }

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

background-color css

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

 a { background-color: rgb(155,153,18); }

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

border-color css

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

 span { border-color: rgb(155,153,18); }

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