#95A21E

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

Shades of Citron #95A21E

Tints of Citron #95A21E

Color information

#95A21E (or 0x95A21E) is unknown color: approx Citron. HEX triplet: 95, A2 and 1E. RGB value is (149,162,30). Sum of RGB (Red+Green+Blue) = 149+162+30=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #95A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A21E is #6A5DE1. Grayscale: #8F8F8F. Windows color (decimal): -6970850 or 2007701. OLE color: 2007701.

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

Color convert

RGB14916230-
CMYK0.0800.810.36
HSL65.91º68.75%37.65%-
HSV(B)65.91º81.48%63.53%-
XYZ25.5532.326.12-
YUV143.0664.19132.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=43.70%
G=47.51%
B=8.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162300.0800.810.3665.9168.7537.65
Hex95A21E805124424526
Octal225242361001214410210546
Binary10010101101000101111010000101000110010010000101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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