#95A10E

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

Shades of Citron #95A10E

Tints of Citron #95A10E

Color information

#95A10E (or 0x95A10E) is unknown color: approx Citron. HEX triplet: 95, A1 and 0E. RGB value is (149,161,14). Sum of RGB (Red+Green+Blue) = 149+161+14=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #95A10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A10E is #6A5EF1. Grayscale: #8D8D8D. Windows color (decimal): -6971122 or 958869. OLE color: 958869.

HSL color Cylindrical-coordinate representation of color #95A10E: hue angle of 64.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95A10E is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB14916114-
CMYK0.0700.910.37
HSL64.9º84%34.31%-
HSV(B)64.9º91.3%63.14%-
XYZ25.2231.915.25-
YUV140.6556.52133.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 14 (5.86% from 255) = 4.32%
R=45.99%
G=49.69%
B=4.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149161140.0700.910.3764.98434.31
Hex95A1E705B25415422
Octal22524116701334510112442
Binary100101011010000111101110101101110010110000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,161,14); }

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

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

 a { background-color: rgb(149,161,14); }

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

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

 span { border-color: rgb(149,161,14); }

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