#959824

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

Shades of Citron #959824

Tints of Citron #959824

Color information

#959824 (or 0x959824) is unknown color: approx Citron. HEX triplet: 95, 98 and 24. RGB value is (149,152,36). Sum of RGB (Red+Green+Blue) = 149+152+36=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #959824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959824 is #6A67DB. Grayscale: #8A8A8A. Windows color (decimal): -6973404 or 2398357. OLE color: 2398357.

HSL color Cylindrical-coordinate representation of color #959824: hue angle of 61.55º degrees, saturation: 0.62, 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 #959824 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB14915236-
CMYK0.0200.760.40
HSL61.55º61.7%36.86%-
HSV(B)61.55º76.32%59.61%-
XYZ23.9428.976-
YUV137.8870.51135.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 36 (14.45% from 255) = 10.68%
R=44.21%
G=45.10%
B=10.68%

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
Decimal149152360.0200.760.4061.5561.736.86
Hex959824204C283e3e25
Octal225230442011450767645
Binary10010101100110001001001001001100101000111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959824; }

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

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

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

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

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

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

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

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