#95a42d

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

Shades of Citron #95A42D

Tints of Citron #95A42D

Color information

#95A42D (or 0x95A42D) is unknown color: approx Citron. HEX triplet: 95, A4 and 2D. RGB value is (149,164,45). Sum of RGB (Red+Green+Blue) = 149+164+45=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #95A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A42D is #6A5BD2. Grayscale: #929292. Windows color (decimal): -6970323 or 2991253. OLE color: 2991253.

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

Color convert

RGB14916445-
CMYK0.0900.730.36
HSL67.56º56.94%40.98%-
HSV(B)67.56º72.56%64.31%-
XYZ26.1433.137.5-
YUV145.9571.03130.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 45 (17.97% from 255) = 12.57%
R=41.62%
G=45.81%
B=12.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164450.0900.730.3667.5656.9440.98
Hex95A42D904924443929
Octal22524455110111441047151
Binary10010101101001001011011001010010011001001000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95a42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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