#959021

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

Shades of Citron #959021

Tints of Citron #959021

Color information

#959021 (or 0x959021) is unknown color: approx Citron. HEX triplet: 95, 90 and 21. RGB value is (149,144,33). Sum of RGB (Red+Green+Blue) = 149+144+33=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #959021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959021 is #6A6FDE. Grayscale: #858585. Windows color (decimal): -6975455 or 2199701. OLE color: 2199701.

HSL color Cylindrical-coordinate representation of color #959021: hue angle of 57.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #959021 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14914433-
CMYK00.030.780.42
HSL57.41º63.74%35.69%-
HSV(B)57.41º77.85%58.43%-
XYZ22.6426.455.35-
YUV132.8471.66139.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 33 (13.28% from 255) = 10.12%
R=45.71%
G=44.17%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491443300.030.780.4257.4163.7435.69
Hex959021034E2A394024
Octal2252204103116527110044
Binary100101011001000010000101110011101010101110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959021; }

 p { color: rgb(149,144,33); }

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

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

 a { background-color: rgb(149,144,33); }

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

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

 span { border-color: rgb(149,144,33); }

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