#95BA3E

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

Shades of Yellow Green #95BA3E

Tints of Yellow Green #95BA3E

Color information

#95BA3E (or 0x95BA3E) is unknown color: approx Yellow Green. HEX triplet: 95, BA and 3E. RGB value is (149,186,62). Sum of RGB (Red+Green+Blue) = 149+186+62=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA3E is #6A45C1. Grayscale: #A1A1A1. Windows color (decimal): -6964674 or 4110997. OLE color: 4110997.

HSL color Cylindrical-coordinate representation of color #95BA3E: hue angle of 77.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95BA3E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB14918662-
CMYK0.2000.670.27
HSL77.9º50%48.63%-
HSV(B)77.9º66.67%72.94%-
XYZ30.8241.8611.01-
YUV160.872.24119.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=37.53%
G=46.85%
B=15.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186620.2000.670.2777.95048.63
Hex95BA3E140431B4e3231
Octal22527276240103331166261
Binary10010101101110101111101010001000011110111001110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,62); }

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

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

 a { background-color: rgb(149,186,62); }

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

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

 span { border-color: rgb(149,186,62); }

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