#95BA32

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

Shades of Yellow Green #95BA32

Tints of Yellow Green #95BA32

Color information

#95BA32 (or 0x95BA32) is unknown color: approx Yellow Green. HEX triplet: 95, BA and 32. RGB value is (149,186,50). Sum of RGB (Red+Green+Blue) = 149+186+50=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA32 is #6A45CD. Grayscale: #9F9F9F. Windows color (decimal): -6964686 or 3324565. OLE color: 3324565.

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

Color convert

RGB14918650-
CMYK0.2000.730.27
HSL76.32º57.63%46.27%-
HSV(B)76.32º73.12%72.94%-
XYZ30.5341.749.46-
YUV159.4366.24120.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=38.70%
G=48.31%
B=12.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186500.2000.730.2776.3257.6346.27
Hex95BA32140491B4c3a2e
Octal22527262240111331147256
Binary10010101101110101100101010001001001110111001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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