#96970C

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

Shades of Citron #96970C

Tints of Citron #96970C

Color information

#96970C (or 0x96970C) is unknown color: approx Citron. HEX triplet: 96, 97 and 0C. RGB value is (150,151,12). Sum of RGB (Red+Green+Blue) = 150+151+12=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #96970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96970C is #6968F3. Grayscale: #878787. Windows color (decimal): -6908148 or 825238. OLE color: 825238.

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

Color convert

RGB15015112-
CMYK0.0100.920.41
HSL60.43º85.28%31.96%-
HSV(B)60.43º92.05%59.22%-
XYZ23.7128.644.63-
YUV134.8558.67138.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 12 (5.08% from 255) = 3.83%
R=47.92%
G=48.24%
B=3.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151120.0100.920.4160.4385.2831.96
Hex9697C105C293c5520
Octal2262271410134517412540
Binary100101101001011111001010111001010011111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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