#95A135

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

Shades of Citron #95A135

Tints of Citron #95A135

Color information

#95A135 (or 0x95A135) is unknown color: approx Citron. HEX triplet: 95, A1 and 35. RGB value is (149,161,53). Sum of RGB (Red+Green+Blue) = 149+161+53=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #95A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A135 is #6A5ECA. Grayscale: #919191. Windows color (decimal): -6971083 or 3514773. OLE color: 3514773.

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

Color convert

RGB14916153-
CMYK0.0700.670.37
HSL66.67º50.47%41.96%-
HSV(B)66.67º67.08%63.14%-
XYZ25.7832.148.21-
YUV145.176.02130.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=41.05%
G=44.35%
B=14.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149161530.0700.670.3766.6750.4741.96
Hex95A13570432543322a
Octal2252416570103451036252
Binary1001010110100001110101111010000111001011000011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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