#95A234

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

Shades of Citron #95A234

Tints of Citron #95A234

Color information

#95A234 (or 0x95A234) is unknown color: approx Citron. HEX triplet: 95, A2 and 34. RGB value is (149,162,52). Sum of RGB (Red+Green+Blue) = 149+162+52=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #95A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A234 is #6A5DCB. Grayscale: #929292. Windows color (decimal): -6970828 or 3449493. OLE color: 3449493.

HSL color Cylindrical-coordinate representation of color #95A234: hue angle of 67.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95A234 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB14916252-
CMYK0.0800.680.36
HSL67.09º51.4%41.96%-
HSV(B)67.09º67.9%63.53%-
XYZ25.9332.488.15-
YUV145.5775.19130.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=41.05%
G=44.63%
B=14.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162520.0800.680.3667.0951.441.96
Hex95A23480442443332a
Octal22524264100104441036352
Binary10010101101000101101001000010001001001001000011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,52); }

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

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

 a { background-color: rgb(149,162,52); }

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

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

 span { border-color: rgb(149,162,52); }

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