#95A522

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

Shades of Citron #95A522

Tints of Citron #95A522

Color information

#95A522 (or 0x95A522) is unknown color: approx Citron. HEX triplet: 95, A5 and 22. RGB value is (149,165,34). Sum of RGB (Red+Green+Blue) = 149+165+34=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #95A522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A522 is #6A5ADD. Grayscale: #919191. Windows color (decimal): -6970078 or 2270613. OLE color: 2270613.

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

Color convert

RGB14916534-
CMYK0.1000.790.35
HSL67.33º65.83%39.02%-
HSV(B)67.33º79.39%64.71%-
XYZ26.1433.426.59-
YUV145.2865.2130.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 165 (64.84% from 255) = 47.41%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=42.82%
G=47.41%
B=9.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165340.1000.790.3567.3365.8339.02
Hex95A522A04F23434227
Octal225245421201174310310247
Binary100101011010010110001010100100111110001110000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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