#999B12

Color #999B12 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #999B12

Tints of Citron #999B12

Color information

#999B12 (or 0x999B12) is unknown color: approx Citron. HEX triplet: 99, 9B and 12. RGB value is (153,155,18). Sum of RGB (Red+Green+Blue) = 153+155+18=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #999B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B12 is #6664ED. Grayscale: #8B8B8B. Windows color (decimal): -6710510 or 1219481. OLE color: 1219481.

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

Color convert

RGB15315518-
CMYK0.0100.880.39
HSL60.88º79.19%33.92%-
HSV(B)60.88º88.39%60.78%-
XYZ24.9730.265.1-
YUV138.7859.84138.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 18 (7.42% from 255) = 5.52%
R=46.93%
G=47.55%
B=5.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153155180.0100.880.3960.8879.1933.92
Hex999B121058273d4f22
Octal2312332210130477511742
Binary1001100110011011100101010110001001111111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B12; }

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

 H1.HeaderClassName
 {
   color: #999B12;
 }
 .AnyTagClassName
 {
   color: #999B12;
 }
</style>
background-color css

<style>
 a { background-color: #999B12; }

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

 div.DivClassName
 {
   background-color: #999B12;
 }
 .BgClassName
 {
   background-color: #999B12;
 }
</style>
border-color css

<style>
 span { border-color: #999B12; }

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

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