#959E05

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

Shades of Citrus #959E05

Tints of Citrus #959E05

Color information

#959E05 (or 0x959E05) is unknown color: approx Citrus. HEX triplet: 95, 9E and 05. RGB value is (149,158,5). Sum of RGB (Red+Green+Blue) = 149+158+5=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #959E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959E05 is #6A61FA. Grayscale: #8A8A8A. Windows color (decimal): -6971899 or 368277. OLE color: 368277.

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

Color convert

RGB1491585-
CMYK0.0600.970.38
HSL63.53º93.87%31.96%-
HSV(B)63.53º96.84%61.96%-
XYZ24.6530.854.8-
YUV137.8753.02135.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=47.76%
G=50.64%
B=1.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14915850.0600.970.3863.5393.8731.96
Hex959E5606126405e20
Octal2252365601414610013640
Binary10010101100111101011100110000110011010000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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