#99990c

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

Shades of Citron #99990C

Tints of Citron #99990C

Color information

#99990C (or 0x99990C) is unknown color: approx Citron. HEX triplet: 99, 99 and 0C. RGB value is (153,153,12). Sum of RGB (Red+Green+Blue) = 153+153+12=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99990C is #6666F3. Grayscale: #898989. Windows color (decimal): -6711028 or 825753. OLE color: 825753.

HSL color Cylindrical-coordinate representation of color #99990C: hue angle of 60º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99990C is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15315312-
CMYK000.920.4
HSL60º85.45%32.35%-
HSV(B)60º92.16%60%-
XYZ24.5929.584.76-
YUV136.9357.5139.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=48.11%
G=48.11%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315312000.920.46085.4532.35
Hex9999C005C283c5520
Octal2312311400134507412540
Binary100110011001100111000010111001010001111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99990c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99990c; }

 p { color: rgb(153,153,12); }

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

<style>
 a { background-color: #99990c; }

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

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

<style>
 span { border-color: #99990c; }

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

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