#94B73D

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

Shades of Yellow Green #94B73D

Tints of Yellow Green #94B73D

Color information

#94B73D (or 0x94B73D) is unknown color: approx Yellow Green. HEX triplet: 94, B7 and 3D. RGB value is (148,183,61). Sum of RGB (Red+Green+Blue) = 148+183+61=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #94B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B73D is #6B48C2. Grayscale: #9F9F9F. Windows color (decimal): -7030979 or 4044692. OLE color: 4044692.

HSL color Cylindrical-coordinate representation of color #94B73D: hue angle of 77.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94B73D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB14818361-
CMYK0.1900.670.28
HSL77.21º50%47.84%-
HSV(B)77.21º66.67%71.76%-
XYZ29.9940.510.65-
YUV158.6372.9120.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=37.76%
G=46.68%
B=15.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183610.1900.670.2877.215047.84
Hex94B73D130431C4d3230
Octal22426775230103341156260
Binary10010100101101111111011001101000011111001001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,61); }

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

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

 a { background-color: rgb(148,183,61); }

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

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

 span { border-color: rgb(148,183,61); }

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