#96990C

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

Shades of Citron #96990C

Tints of Citron #96990C

Color information

#96990C (or 0x96990C) is unknown color: approx Citron. HEX triplet: 96, 99 and 0C. RGB value is (150,153,12). Sum of RGB (Red+Green+Blue) = 150+153+12=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #96990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96990C is #6966F3. Grayscale: #888888. Windows color (decimal): -6907636 or 825750. OLE color: 825750.

HSL color Cylindrical-coordinate representation of color #96990C: hue angle of 61.28º 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 #96990C is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15015312-
CMYK0.0200.920.4
HSL61.28º85.45%32.35%-
HSV(B)61.28º92.16%60%-
XYZ24.0429.294.74-
YUV136.0358.01137.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=47.62%
G=48.57%
B=3.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153120.0200.920.461.2885.4532.35
Hex9699C205C283d5520
Octal2262311420134507512540
Binary1001011010011001110010010111001010001111011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96990C; }

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

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

<style>
 a { background-color: #96990C; }

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

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

<style>
 span { border-color: #96990C; }

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

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