#959F0D

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

Shades of Citron #959F0D

Tints of Citron #959F0D

Color information

#959F0D (or 0x959F0D) is unknown color: approx Citron. HEX triplet: 95, 9F and 0D. RGB value is (149,159,13). Sum of RGB (Red+Green+Blue) = 149+159+13=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #959F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959F0D is #6A60F2. Grayscale: #8B8B8B. Windows color (decimal): -6971635 or 892821. OLE color: 892821.

HSL color Cylindrical-coordinate representation of color #959F0D: hue angle of 64.11º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #959F0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB14915913-
CMYK0.0600.920.38
HSL64.11º84.88%33.73%-
HSV(B)64.11º91.82%62.35%-
XYZ24.8731.215.1-
YUV139.3756.69134.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 13 (5.47% from 255) = 4.05%
R=46.42%
G=49.53%
B=4.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149159130.0600.920.3864.1184.8833.73
Hex959FD605C26405522
Octal22523715601344610012542
Binary100101011001111111011100101110010011010000001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959F0D; }

 p { color: rgb(149,159,13); }

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

<style>
 a { background-color: #959F0D; }

 a { background-color: rgb(149,159,13); }

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

<style>
 span { border-color: #959F0D; }

 span { border-color: rgb(149,159,13); }

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