#95a412

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

Shades of Citron #95A412

Tints of Citron #95A412

Color information

#95A412 (or 0x95A412) is unknown color: approx Citron. HEX triplet: 95, A4 and 12. RGB value is (149,164,18). Sum of RGB (Red+Green+Blue) = 149+164+18=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #95A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A412 is #6A5BED. Grayscale: #8F8F8F. Windows color (decimal): -6970350 or 1221781. OLE color: 1221781.

HSL color Cylindrical-coordinate representation of color #95A412: hue angle of 66.16º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95A412 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB14916418-
CMYK0.0900.890.36
HSL66.16º80.22%35.69%-
HSV(B)66.16º89.02%64.31%-
XYZ25.7832.985.58-
YUV142.8757.53132.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 164 (64.45% from 255) = 49.55%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=45.02%
G=49.55%
B=5.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164180.0900.890.3666.1680.2235.69
Hex95A412905924425024
Octal225244221101314410212044
Binary10010101101001001001010010101100110010010000101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95a412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,18); }

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

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

 a { background-color: rgb(149,164,18); }

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

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

 span { border-color: rgb(149,164,18); }

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