#999C0D

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

Shades of Citron #999C0D

Tints of Citron #999C0D

Color information

#999C0D (or 0x999C0D) is unknown color: approx Citron. HEX triplet: 99, 9C and 0D. RGB value is (153,156,13). Sum of RGB (Red+Green+Blue) = 153+156+13=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #999C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C0D is #6663F2. Grayscale: #8B8B8B. Windows color (decimal): -6710259 or 892057. OLE color: 892057.

HSL color Cylindrical-coordinate representation of color #999C0D: hue angle of 61.26º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #999C0D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15315613-
CMYK0.0200.920.39
HSL61.26º84.62%33.14%-
HSV(B)61.26º91.67%61.18%-
XYZ25.130.584.96-
YUV138.857.01138.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 156 (61.33% from 255) = 48.45%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=47.52%
G=48.45%
B=4.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153156130.0200.920.3961.2684.6233.14
Hex999CD205C273d5521
Octal2312341520134477512541
Binary1001100110011100110110010111001001111111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,13); }

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

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

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

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

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

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

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