#959825

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

Shades of Citron #959825

Tints of Citron #959825

Color information

#959825 (or 0x959825) is unknown color: approx Citron. HEX triplet: 95, 98 and 25. RGB value is (149,152,37). Sum of RGB (Red+Green+Blue) = 149+152+37=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #959825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959825 is #6A67DA. Grayscale: #8A8A8A. Windows color (decimal): -6973403 or 2463893. OLE color: 2463893.

HSL color Cylindrical-coordinate representation of color #959825: hue angle of 61.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #959825 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB14915237-
CMYK0.0200.760.40
HSL61.57º60.85%37.06%-
HSV(B)61.57º75.66%59.61%-
XYZ23.9628.986.08-
YUV137.9971.01135.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 37 (14.84% from 255) = 10.95%
R=44.08%
G=44.97%
B=10.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152370.0200.760.4061.5760.8537.06
Hex959825204C283e3d25
Octal225230452011450767545
Binary10010101100110001001011001001100101000111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959825; }

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

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

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

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

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

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

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

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