#959912

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

Shades of Citron #959912

Tints of Citron #959912

Color information

#959912 (or 0x959912) is unknown color: approx Citron. HEX triplet: 95, 99 and 12. RGB value is (149,153,18). Sum of RGB (Red+Green+Blue) = 149+153+18=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #959912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959912 is #6A66ED. Grayscale: #888888. Windows color (decimal): -6973166 or 1218965. OLE color: 1218965.

HSL color Cylindrical-coordinate representation of color #959912: hue angle of 61.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #959912 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB14915318-
CMYK0.0300.880.4
HSL61.78º78.95%33.53%-
HSV(B)61.78º88.24%60%-
XYZ23.8929.224.95-
YUV136.4161.17136.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=46.56%
G=47.81%
B=5.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153180.0300.880.461.7878.9533.53
Hex9599123058283e4f22
Octal2252312230130507611742
Binary10010101100110011001011010110001010001111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959912; }

 p { color: rgb(149,153,18); }

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

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

 a { background-color: rgb(149,153,18); }

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

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

 span { border-color: rgb(149,153,18); }

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