#95AA1B

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

Shades of Citron #95AA1B

Tints of Citron #95AA1B

Color information

#95AA1B (or 0x95AA1B) is unknown color: approx Citron. HEX triplet: 95, AA and 1B. RGB value is (149,170,27). Sum of RGB (Red+Green+Blue) = 149+170+27=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AA1B is #6A55E4. Grayscale: #939393. Windows color (decimal): -6968805 or 1813141. OLE color: 1813141.

HSL color Cylindrical-coordinate representation of color #95AA1B: hue angle of 68.81º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95AA1B is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB14917027-
CMYK0.1200.840.33
HSL68.81º72.59%38.63%-
HSV(B)68.81º84.12%66.67%-
XYZ26.9735.226.41-
YUV147.4260.04129.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=43.06%
G=49.13%
B=7.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149170270.1200.840.3368.8172.5938.63
Hex95AA1BC05421454927
Octal225252331401244110511147
Binary10010101101010101101111000101010010000110001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,27); }

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

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

 a { background-color: rgb(149,170,27); }

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

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

 span { border-color: rgb(149,170,27); }

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