#95A511

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

Shades of Citron #95A511

Tints of Citron #95A511

Color information

#95A511 (or 0x95A511) is unknown color: approx Citron. HEX triplet: 95, A5 and 11. RGB value is (149,165,17). Sum of RGB (Red+Green+Blue) = 149+165+17=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #95A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A511 is #6A5AEE. Grayscale: #8F8F8F. Windows color (decimal): -6970095 or 1156501. OLE color: 1156501.

HSL color Cylindrical-coordinate representation of color #95A511: hue angle of 66.49º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95A511 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB14916517-
CMYK0.1000.900.35
HSL66.49º81.32%35.69%-
HSV(B)66.49º89.7%64.71%-
XYZ25.9533.345.6-
YUV143.3456.7132.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=45.02%
G=49.85%
B=5.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165170.1000.900.3566.4981.3235.69
Hex95A511A05A23425124
Octal225245211201324310212144
Binary10010101101001011000110100101101010001110000101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A511; }

 p { color: rgb(149,165,17); }

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

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

 a { background-color: rgb(149,165,17); }

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

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

 span { border-color: rgb(149,165,17); }

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