#96990F

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

Shades of Citron #96990F

Tints of Citron #96990F

Color information

#96990F (or 0x96990F) is unknown color: approx Citron. HEX triplet: 96, 99 and 0F. RGB value is (150,153,15). Sum of RGB (Red+Green+Blue) = 150+153+15=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #96990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96990F is #6966F0. Grayscale: #888888. Windows color (decimal): -6907633 or 1022358. OLE color: 1022358.

HSL color Cylindrical-coordinate representation of color #96990F: hue angle of 61.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96990F is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB15015315-
CMYK0.0200.900.4
HSL61.3º82.14%32.94%-
HSV(B)61.3º90.2%60%-
XYZ24.0629.34.84-
YUV136.3759.51137.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 15 (6.25% from 255) = 4.72%
R=47.17%
G=48.11%
B=4.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153150.0200.900.461.382.1432.94
Hex9699F205A283d5221
Octal2262311720132507512241
Binary1001011010011001111110010110101010001111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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