#94B938

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

Shades of Yellow Green #94B938

Tints of Yellow Green #94B938

Color information

#94B938 (or 0x94B938) is unknown color: approx Yellow Green. HEX triplet: 94, B9 and 38. RGB value is (148,185,56). Sum of RGB (Red+Green+Blue) = 148+185+56=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #94B938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B938 is #6B46C7. Grayscale: #9F9F9F. Windows color (decimal): -7030472 or 3717524. OLE color: 3717524.

HSL color Cylindrical-coordinate representation of color #94B938: hue angle of 77.21º 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 #94B938 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB14818556-
CMYK0.2000.700.27
HSL77.21º53.53%47.25%-
HSV(B)77.21º69.73%72.55%-
XYZ30.2841.2810.11-
YUV159.2369.74119.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=38.05%
G=47.56%
B=14.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148185560.2000.700.2777.2153.5347.25
Hex94B938140461B4d362f
Octal22427170240106331156657
Binary10010100101110011110001010001000110110111001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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