#95A510

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

Shades of Citron #95A510

Tints of Citron #95A510

Color information

#95A510 (or 0x95A510) is unknown color: approx Citron. HEX triplet: 95, A5 and 10. RGB value is (149,165,16). Sum of RGB (Red+Green+Blue) = 149+165+16=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #95A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A510 is #6A5AEF. Grayscale: #8F8F8F. Windows color (decimal): -6970096 or 1090965. OLE color: 1090965.

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

Color convert

RGB14916516-
CMYK0.1000.900.35
HSL66.44º82.32%35.49%-
HSV(B)66.44º90.3%64.71%-
XYZ25.9433.345.56-
YUV143.2356.2132.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 4.85%
R=45.15%
G=50%
B=4.85%

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
Decimal149165160.1000.900.3566.4482.3235.49
Hex95A510A05A23425223
Octal225245201201324310212243
Binary10010101101001011000010100101101010001110000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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