#95A21D

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

Shades of Citron #95A21D

Tints of Citron #95A21D

Color information

#95A21D (or 0x95A21D) is unknown color: approx Citron. HEX triplet: 95, A2 and 1D. RGB value is (149,162,29). Sum of RGB (Red+Green+Blue) = 149+162+29=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #95A21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A21D is #6A5DE2. Grayscale: #8F8F8F. Windows color (decimal): -6970851 or 1942165. OLE color: 1942165.

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

Color convert

RGB14916229-
CMYK0.0800.820.36
HSL65.86º69.63%37.45%-
HSV(B)65.86º82.1%63.53%-
XYZ25.5432.326.05-
YUV142.9563.69132.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 29 (11.72% from 255) = 8.53%
R=43.82%
G=47.65%
B=8.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162290.0800.820.3665.8669.6337.45
Hex95A21D805224424625
Octal225242351001224410210645
Binary10010101101000101110110000101001010010010000101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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