#959B1C

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

Shades of Citron #959B1C

Tints of Citron #959B1C

Color information

#959B1C (or 0x959B1C) is unknown color: approx Citron. HEX triplet: 95, 9B and 1C. RGB value is (149,155,28). Sum of RGB (Red+Green+Blue) = 149+155+28=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #959B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B1C is #6A64E3. Grayscale: #8B8B8B. Windows color (decimal): -6972644 or 1874837. OLE color: 1874837.

HSL color Cylindrical-coordinate representation of color #959B1C: hue angle of 62.83º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #959B1C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB14915528-
CMYK0.0400.820.39
HSL62.83º69.4%35.88%-
HSV(B)62.83º81.94%60.78%-
XYZ24.3329.925.59-
YUV138.7365.51135.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=44.88%
G=46.69%
B=8.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155280.0400.820.3962.8369.435.88
Hex959B1C4052273f4524
Octal2252333440122477710544
Binary100101011001101111100100010100101001111111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,155,28); }

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

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

 a { background-color: rgb(149,155,28); }

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

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

 span { border-color: rgb(149,155,28); }

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