#95B938

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

Shades of Yellow Green #95B938

Tints of Yellow Green #95B938

Color information

#95B938 (or 0x95B938) is unknown color: approx Yellow Green. HEX triplet: 95, B9 and 38. RGB value is (149,185,56). Sum of RGB (Red+Green+Blue) = 149+185+56=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #95B938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B938 is #6A46C7. Grayscale: #A0A0A0. Windows color (decimal): -6964936 or 3717525. OLE color: 3717525.

HSL color Cylindrical-coordinate representation of color #95B938: hue angle of 76.74º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95B938 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB14918556-
CMYK0.1900.700.27
HSL76.74º53.53%47.25%-
HSV(B)76.74º69.73%72.55%-
XYZ30.4641.3710.12-
YUV159.5369.57120.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 185 (72.66% from 255) = 47.44%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=38.21%
G=47.44%
B=14.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149185560.1900.700.2776.7453.5347.25
Hex95B938130461B4d362f
Octal22527170230106331156657
Binary10010101101110011110001001101000110110111001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,56); }

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

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

 a { background-color: rgb(149,185,56); }

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

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

 span { border-color: rgb(149,185,56); }

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