#959E25

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

Shades of Citron #959E25

Tints of Citron #959E25

Color information

#959E25 (or 0x959E25) is unknown color: approx Citron. HEX triplet: 95, 9E and 25. RGB value is (149,158,37). Sum of RGB (Red+Green+Blue) = 149+158+37=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #959E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E25 is #6A61DA. Grayscale: #8D8D8D. Windows color (decimal): -6971867 or 2465429. OLE color: 2465429.

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

Color convert

RGB14915837-
CMYK0.0600.770.38
HSL64.46º62.05%38.24%-
HSV(B)64.46º76.58%61.96%-
XYZ24.9630.986.41-
YUV141.5169.02133.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 37 (14.84% from 255) = 10.76%
R=43.31%
G=45.93%
B=10.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149158370.0600.770.3864.4662.0538.24
Hex959E25604D26403e26
Octal2252364560115461007646
Binary1001010110011110100101110010011011001101000000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,37); }

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

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

 a { background-color: rgb(149,158,37); }

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

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

 span { border-color: rgb(149,158,37); }

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