#95A61A

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

Shades of Citron #95A61A

Tints of Citron #95A61A

Color information

#95A61A (or 0x95A61A) is unknown color: approx Citron. HEX triplet: 95, A6 and 1A. RGB value is (149,166,26). Sum of RGB (Red+Green+Blue) = 149+166+26=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #95A61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A61A is #6A59E5. Grayscale: #919191. Windows color (decimal): -6969830 or 1746581. OLE color: 1746581.

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

Color convert

RGB14916626-
CMYK0.1000.840.35
HSL67.29º72.92%37.65%-
HSV(B)67.29º84.34%65.1%-
XYZ26.2233.746.11-
YUV144.9660.87130.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=43.70%
G=48.68%
B=7.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149166260.1000.840.3567.2972.9237.65
Hex95A61AA05423434926
Octal225246321201244310311146
Binary10010101101001101101010100101010010001110000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,26); }

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

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

 a { background-color: rgb(149,166,26); }

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

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

 span { border-color: rgb(149,166,26); }

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